This method should not load new dialect or affect the context itself.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157198
Clarify the invariant of the MLIR pass pipeline around `Pass::initialize()` ClosedPublic Authored by mehdi_amini on Aug 5 2023, 3:05 PM.
Details Summary This method should not load new dialect or affect the context itself.
Diff Detail
Event Timelinemehdi_amini added a child revision: D157199: [MLIR] Make the `ConversionTarget` const ref in the DialectConversion (NFC).Aug 5 2023, 3:06 PM mehdi_amini removed a child revision: D157199: [MLIR] Make the `ConversionTarget` const ref in the DialectConversion (NFC). mehdi_amini added a child revision: D157183: Add a generic "convert-to-llvm" pass delegating to an interface. This revision is now accepted and ready to land.Aug 7 2023, 6:36 PM Closed by commit rG3e2e10b55260: Clarify the invariant of the MLIR pass pipeline around `Pass::initialize()` (authored by mehdi_amini). · Explain WhyAug 7 2023, 6:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548024 mlir/include/mlir/Pass/Pass.h
mlir/lib/Pass/Pass.cpp
|
Typo here geD