diff options
author | Christian Ulmann <christianulmann@gmail.com> | 2024-08-26 15:23:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 15:23:39 +0200 |
commit | 6f092e501b715332263987f86e9a0f26a50524cb (patch) | |
tree | fef0ff2bf91d4c6c484d7147f25f53c30cdbe078 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 2f0d32692e05a763c61155d5a63d2409010cf97b (diff) | |
download | llvm-6f092e501b715332263987f86e9a0f26a50524cb.zip llvm-6f092e501b715332263987f86e9a0f26a50524cb.tar.gz llvm-6f092e501b715332263987f86e9a0f26a50524cb.tar.bz2 |
[MLIR][Transforms] Update block arg locations during inlining (#106064)
This commit changes the inlining to also update the locations of block
arguments. Not updating these locations leads to LLVM IR verification
issues when exporting converted block arguments to phi nodes. This lack
of location update was not visible due to ignoring the argument
locations until recently.
Relevant change: https://github.com/llvm/llvm-project/pull/105534
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions