[Mlir-commits] [mlir] [mlir][IR] Send missing notifications when inlining a block (PR #79593)
Jacques Pienaar
llvmlistbot at llvm.org
Tue Jan 30 20:25:04 PST 2024
================
@@ -267,14 +316,18 @@ struct TestStrictPatternDriver
ReplaceWithNewOp,
EraseOp,
ChangeBlockOp,
- ImplicitChangeOp
+ ImplicitChangeOp,
+ MoveBeforeParentOp,
+ InlineBlocksIntoParent
----------------
jpienaar wrote:
Any reason these aren't kept sorted?
https://github.com/llvm/llvm-project/pull/79593
More information about the Mlir-commits
mailing list