[PATCH] D84549: [XCOFF][AIX] Support relocation generation for large code model
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 12:24:23 PDT 2020
jasonliu added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-large.ll:74
+; DIS-NEXT: 0: 3c 62 00 00 addis 3, 2, 0
+; DIS-NEXT: 00000002: R_TOCU (idx: [[#INDX:]]) a[TC]
+; DIS-NEXT: 4: 80 63 00 00 lwz 3, 0(3)
----------------
Notice when D85455 lands, this would be `a[TE]` instead of `a[TC]`.
Depending on which patch lands first, and I will rebase the other dependant patch (as it's a simple rebasing and shouldn't affect the review too much).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84549/new/
https://reviews.llvm.org/D84549
More information about the llvm-commits
mailing list