Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Pass/Pass.h | ||
---|---|---|
173–175 | Can you document the meaning of the result, both here and in website doc? |
Paths
| Differential D96474
Enable `Pass::initialize()` to fail by returning a LogicalResult ClosedPublic Authored by mehdi_amini on Feb 10 2021, 5:38 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 12 others. · View Herald TranscriptFeb 10 2021, 5:39 PM This revision is now accepted and ready to land.Feb 10 2021, 5:42 PM This revision was landed with ongoing or failed builds.Feb 10 2021, 5:52 PM Closed by commit rGb1aaed023e98: Enable `Pass::initialize()` to fail by returning a LogicalResult (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322883 mlir/docs/PassManagement.md
mlir/include/mlir/Pass/Pass.h
mlir/include/mlir/Pass/PassManager.h
mlir/lib/Pass/Pass.cpp
mlir/lib/Transforms/Canonicalizer.cpp
|
Can you document the meaning of the result, both here and in website doc?