[PATCH] D151335: [AIX][TLS] Generate .extern and .ref references to __tls_get_addr for local-exec accesses.

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 07:18:11 PDT 2023


amyk updated this revision to Diff 531747.
amyk added a comment.

Address Digger's review comments of adding a boolean `HasRefGetTLSAddr` to control whether or not to emit the reference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151335

Files:
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-le-ldst-double.ll
  llvm/test/CodeGen/PowerPC/aix-tls-le-ldst-float.ll
  llvm/test/CodeGen/PowerPC/aix-tls-le-ldst-int.ll
  llvm/test/CodeGen/PowerPC/aix-tls-le-ldst-longlong.ll
  llvm/test/CodeGen/PowerPC/aix-tls-le-xcoff-reloc-large.ll
  llvm/test/CodeGen/PowerPC/aix-tls-le-xcoff-reloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151335.531747.patch
Type: text/x-patch
Size: 39906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230615/514eb83d/attachment.bin>


More information about the llvm-commits mailing list