[PATCH] D98078: [AIX][TLS] Generate 64-bit general-dynamic access code sequence

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 14:19:52 PST 2021


lei created this revision.
lei added reviewers: nemanjai, sfertile, daltenty, power-llvm-team.
Herald added a subscriber: hiraditya.
lei requested review of this revision.
Herald added a project: LLVM.

Add support for the TLS general dynamic access model to assembly
files on AIX 64-bit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98078

Files:
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  llvm/test/CodeGen/PowerPC/aix-tls-checks.ll
  llvm/test/CodeGen/PowerPC/aix-tls-gd-double.ll
  llvm/test/CodeGen/PowerPC/aix-tls-gd-int.ll
  llvm/test/CodeGen/PowerPC/aix-tls-gd-longlong.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98078.328645.patch
Type: text/x-patch
Size: 45205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/65c8ffbc/attachment.bin>


More information about the llvm-commits mailing list