[Mlir-commits] [mlir] [mlir] Add a utility method to move operation dependencies. (PR #129975)

Ian Wood llvmlistbot at llvm.org
Thu Mar 6 17:59:17 PST 2025


https://github.com/IanWood1 approved this pull request.

Nice. I'm a bit unsure about the changes to `ErrorCheckingTrackingListener`. Maybe you could create a listener in `TestTransformsOps.cpp` and attach it to the rewriter (I'm not entirely sure this is possible)? Then you could emit the remark directly from the added listener.

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


More information about the Mlir-commits mailing list