[PATCH] D80834: [AArch64] Fix CollectLOH creating an AdrpAdd LOH when there's a live used reg between the two instructions.

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 20:47:45 PST 2021


loladiro added a comment.

I believe this fix is incomplete and also needs to apply adrp/add/ldr sequences (and maybe others). We encountered this as a miscompilation while porting to Apple Silicon (https://github.com/JuliaLang/julia/issues/39820).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80834/new/

https://reviews.llvm.org/D80834



More information about the llvm-commits mailing list