[Mlir-commits] [mlir] [MLIR] Fix ErasedOpsListener false positives for newly created ops/blocks (PR #192291)

Amit Tiwari llvmlistbot at llvm.org
Thu Apr 16 01:52:18 PDT 2026


amitamd7 wrote:

Isn't this patch treating both "newly" created and "moved" ops as part of `newlyCreatedOps`? An already existing op that has moved is still something the walk should care for.

https://github.com/llvm/llvm-project/pull/192291


More information about the Mlir-commits mailing list