[Mlir-commits] [mlir] [mlir][Transforms] `GreedyPatternRewriteDriver`: Check for out-of-scope IR modifications (PR #76219)
Matthias Springer
llvmlistbot at llvm.org
Wed Jan 10 09:11:23 PST 2024
matthias-springer wrote:
I updated the pass management documentation in #77614 based on your comments. This PR now depends on #77614 and modifying the parent (owner) op of the scope region is now allowed. In practical terms: Greedy rewrites that are invoked on an operation `op` are now allowed to modify `op` (only modify, not remove).
https://github.com/llvm/llvm-project/pull/76219
More information about the Mlir-commits
mailing list