[Mlir-commits] [mlir] [mlir][Transforms] Tighten `replaceUsesOfBlockArgument` (PR #155227)
Matthias Springer
llvmlistbot at llvm.org
Mon Aug 25 05:48:23 PDT 2025
matthias-springer wrote:
Note for LLVM integration: If you are seeing failures due to this change, look for `replaceAllUsesOfBlockArgument` calls after a signature conversion. Make sure the replaced block argument belongs to the new block.
https://github.com/llvm/llvm-project/pull/155227
More information about the Mlir-commits
mailing list