[Mlir-commits] [mlir] [mlir][Transforms] Deactivate `replaceAllUsesWith` in dialect conversion (PR #154112)

Matthias Springer llvmlistbot at llvm.org
Thu Aug 21 02:03:33 PDT 2025


matthias-springer wrote:

> I'm assuming this means there's no problems with the fact that DialectConversion.cpp itself uses `replaceAllUsesWith` in a few places. (
> 
> https://github.com/llvm/llvm-project/blob/6960bf556c3eb7e3fcd5da3de28f55310bea341e/mlir/lib/Transforms/Utils/DialectConversion.cpp#L1173
> 
> )

Yes, these are fine.

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


More information about the Mlir-commits mailing list