[Mlir-commits] [flang] [mlir] [mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUsesWith` (PR #155244)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 15 09:37:43 PDT 2025


zinechant wrote:

We also see downstream failure with the `replaceAllUsesWith` followed by `eraseOp` usage.
Our usage is on memref, and the op has no result, only operands. In this case, it seems we cannot work around with `replaceOp`. 

Any other workaround?

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


More information about the Mlir-commits mailing list