[PATCH] D114654: [PowerPC][AIX] Add toc-data support for 64-bit AIX

Yousuf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 11:56:02 PST 2021


yoalione created this revision.
yoalione added reviewers: sfertile, bmahjour, Whitney.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
yoalione requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The patch handles the addition of global variables to the table of contents for 64-bit AIX. This was previously supported for 32-bit (https://reviews.llvm.org/D101178).

The patch expands toc-data attribute support to 64-bit.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114654

Files:
  llvm/lib/Target/PowerPC/P10InstrResources.td
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/test/CodeGen/PowerPC/basic-toc-data-extern.ll
  llvm/test/CodeGen/PowerPC/basic-toc-data-local-linkage.ll
  llvm/test/CodeGen/PowerPC/toc-data.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114654.390102.patch
Type: text/x-patch
Size: 15930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/7cb1e2c7/attachment.bin>


More information about the llvm-commits mailing list