[PATCH] D149722: [AIX][TLS] Generate 64-bit local-exec access code sequence
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 11:31:16 PDT 2023
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-le-xcoff-reloc.ll:7
+
+ at ThreadLocalVarInit = thread_local(localexec) global i32 1, align 4
+ at VarInit = global i32 87, align 4
----------------
It helps to test with more than variable in `.tdata` (or in `.tbss`).
Defect opened:
https://github.com/llvm/llvm-project/issues/63885
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149722/new/
https://reviews.llvm.org/D149722
More information about the llvm-commits
mailing list