diff options
author | Matthias Springer <me@m-sp.org> | 2025-06-19 15:39:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-19 15:39:06 +0200 |
commit | a4e4527c4b44be9a88168c0a4758de58fd1a770d (patch) | |
tree | 0bf49ca91ef41f434122cf8f42f193d7a2429850 /llvm/lib/Transforms/Utils/PredicateInfo.cpp | |
parent | 278ece7c80d36bb1074fa53e655a5ca8f31145dd (diff) | |
download | llvm-a4e4527c4b44be9a88168c0a4758de58fd1a770d.zip llvm-a4e4527c4b44be9a88168c0a4758de58fd1a770d.tar.gz llvm-a4e4527c4b44be9a88168c0a4758de58fd1a770d.tar.bz2 |
[mlir][Transforms] Fix replaceUsesOfBlockArgument API (#144706)
Before this PR, users had to pass the "old" block argument when
replacing the uses of a block argument in a newly converted block. Users
can now pass the actual block argument that should be replaced.
Note for LLVM integration: Make sure to pass the current block argument
instead of the old one.
Diffstat (limited to 'llvm/lib/Transforms/Utils/PredicateInfo.cpp')
0 files changed, 0 insertions, 0 deletions