[Mlir-commits] [flang] [mlir] [mlir][Transforms] Add support for `ConversionPatternRewriter::replaceAllUsesWith` (PR #155244)
Matthias Springer
llvmlistbot at llvm.org
Mon Sep 15 09:43:12 PDT 2025
matthias-springer wrote:
If the op has no result, you can just remove the replaceAllUsesWith. (replaceOp with empty replacement value range should also work.)
https://github.com/llvm/llvm-project/pull/155244
More information about the Mlir-commits
mailing list