diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2024-09-05 17:54:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 17:54:57 +0100 |
commit | 91a3c6f3d66b866bcda8a0f7d4815bc8f2dbd86c (patch) | |
tree | a85c97fd793353ffada438b6db48ef22b7bad7f8 /llvm/lib/Support/MemoryBuffer.cpp | |
parent | 18ad98e7947502da0c8f6dcbbf485bb34fe8d204 (diff) | |
download | llvm-91a3c6f3d66b866bcda8a0f7d4815bc8f2dbd86c.zip llvm-91a3c6f3d66b866bcda8a0f7d4815bc8f2dbd86c.tar.gz llvm-91a3c6f3d66b866bcda8a0f7d4815bc8f2dbd86c.tar.bz2 |
[AArch64] Remove redundant COPY from loadRegFromStackSlot (#107396)
This removes a redundant 'COPY' instruction that #81716 probably forgot
to remove.
This redundant COPY led to an issue because because code in
LiveRangeSplitting expects that the instruction emitted by
`loadRegFromStackSlot` is an instruction that accesses memory, which
isn't the case for the COPY instruction.
Diffstat (limited to 'llvm/lib/Support/MemoryBuffer.cpp')
0 files changed, 0 insertions, 0 deletions