Instead each pass should constructed a nested OpPassManager and runPipeline on that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
| mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp | ||
|---|---|---|
| 175 | Could this be automatically always added to the pass pipeline by the strategy? (a "cleanupTransformMarkersPass") (also you introduced a cleanup() method but you're not using it, is this intended?) | |
| mlir/test/lib/Dialect/Linalg/TestLinalgCodegenStrategy.cpp | ||
|---|---|---|
| 175 | I was afraid it would be too aggressive to introduce a pass for this, I also played with RAII but it was not good. | |
Could this be automatically always added to the pass pipeline by the strategy? (a "cleanupTransformMarkersPass")
(also you introduced a cleanup() method but you're not using it, is this intended?)