[PATCH] D70724: [PowerPC] Add Support for indirect calls on AIX.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 14:34:29 PST 2019


sfertile updated this revision to Diff 232650.
sfertile added a comment.

- Removed all instruction encodings from the test, other then those that are expanded from the newly added pseudo instruction.
- parameterized the scratch register used in the 64-bit asm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70724

Files:
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrFormats.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/test/CodeGen/PowerPC/aix-trampoline.ll
  llvm/test/CodeGen/PowerPC/aix_indirect_call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70724.232650.patch
Type: text/x-patch
Size: 20807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/a04d4253/attachment.bin>


More information about the llvm-commits mailing list