This adds an extra argument for specifying the pass manager's anchor op,
with a default of any. Previously the anchor was always defaulted to
builtin.module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136406
[mlir][python] Include anchor op in PassManager constructor ClosedPublic Authored by rkayaith on Oct 20 2022, 5:37 PM.
Details Summary This adds an extra argument for specifying the pass manager's anchor op,
Diff Detail
Event Timelinerkayaith added a parent revision: D136405: [mlir][python] Include anchor op in PassManager.parse.Oct 20 2022, 5:39 PM This revision is now accepted and ready to land.Oct 24 2022, 5:58 PM Closed by commit rGd97e8cd48239: [mlir][python] Include anchor op in PassManager constructor (authored by rkayaith). · Explain WhyNov 3 2022, 8:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469725 mlir/lib/Bindings/Python/Pass.cpp
mlir/test/python/pass_manager.py
|