[PATCH] D157673: [PowerPC] Support local-dynamic TLS relocation on AIX

Ting Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 20:55:39 PDT 2023


tingwang updated this revision to Diff 549783.
tingwang added a comment.

Resubmit for pre-merge check - clang-format error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157673

Files:
  llvm/include/llvm/MC/MCExpr.h
  llvm/lib/MC/MCExpr.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCXCOFFObjectWriter.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
  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
  llvm/test/CodeGen/PowerPC/aix-tls-local-dynamic.ll
  llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc-large.ll
  llvm/test/CodeGen/PowerPC/aix-tls-xcoff-reloc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157673.549783.patch
Type: text/x-patch
Size: 130667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/8be220e5/attachment.bin>


More information about the llvm-commits mailing list