[PATCH] D156292: [PowerPC] Support initial-exec TLS relocation on AIX
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 02:04:28 PDT 2023
lkail added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-ie-ldst.ll:1560
+
+; LARGE64-COUNT-16: .tc [[NAME:[a-z_]+]][TE],[[NAME]][{{T|U}}L]@ie
+; SMALL64-COUNT-16: .tc [[NAME:[a-z_]+]][TC],[[NAME]][{{T|U}}L]@ie
----------------
lkail wrote:
> You may add checks of labels `L..Cx` rather than simply counting number of TOC entries. We should care about each TLV and its corresponding relocation expressions.
```
; CHECK-LABEL: .toc
; CHECK: L..C0:
; CHECK-NEXT: .tc global_int_zero[TE],global_int_zero[TL]@ie
...
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156292/new/
https://reviews.llvm.org/D156292
More information about the llvm-commits
mailing list