[PATCH] D95262: [LLD][PowerPC] Fix bug in PC-Relative initial exec
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 24 10:09:02 PST 2021
MaskRay added inline comments.
================
Comment at: lld/test/ELF/ppc64-tls-pcrel-ie.s:82
+# LE-LABEL: <IEAddrCopy>:
+# LE-NEXT: paddi 3, 13, -28672, 0
+# LE-NEXT: mr 4, 3
----------------
In this case, does the codegen assume that r3 is killed and cannot be reused?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95262/new/
https://reviews.llvm.org/D95262
More information about the llvm-commits
mailing list