diff options
author | Amara Emerson <amara@apple.com> | 2021-02-26 12:01:14 -0800 |
---|---|---|
committer | Amara Emerson <amara@apple.com> | 2021-03-01 13:52:57 -0800 |
commit | b783aa89795635cbe7b25b4143b562931fcec9f6 (patch) | |
tree | 97bd72687d20055057085c4cb72b5c2b06049ac5 /lldb/unittests/ScriptInterpreter/Python | |
parent | 8bfc14193170c95a49fca3e66aa077203783a137 (diff) | |
download | llvm-b783aa89795635cbe7b25b4143b562931fcec9f6.zip llvm-b783aa89795635cbe7b25b4143b562931fcec9f6.tar.gz llvm-b783aa89795635cbe7b25b4143b562931fcec9f6.tar.bz2 |
[AArch64] Fix emitting an AdrpAddLdr LOH when there's a potential clobber of the
def of the adrp before the ldr.
Apparently this pass used to have liveness analysis but it was removed for
scompile time reasons. This workaround prevents the LOH from being emitted
unless the ADD and LDR are adjacent.
Fixes https://github.com/JuliaLang/julia/issues/39820
Differential Revision: https://reviews.llvm.org/D97571
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions