[Mlir-commits] [mlir] [mlir][Transforms] Improve `replaceOpWithMultiple` API (PR #132608)

Markus Böck llvmlistbot at llvm.org
Sun Mar 23 07:00:05 PDT 2025


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

LGTM! 

FWIW I tried to fix the root cause of the example you gave previously here https://github.com/llvm/llvm-project/pull/121996 but ran out of bits in `Type` on 32-bit platforms :( Hoping I can come up with some way in the future to fix use-after-free

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


More information about the Mlir-commits mailing list