Commit b783aa89 authored by Amara Emerson's avatar Amara Emerson
Browse files

[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
parent 8bfc1419
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment