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

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 17:56:26 PST 2019


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

- Change targeted cpu in the test from pwr7 to pwr4.
- Add testing of object file generation.
- Change `CHECK-NEXT` directive to  `CHECK-DAG` directive for instructions that can be scheduled differently.
- Use a file check variable instead of hard-coded register for scratch register used to move the callee address into the count register.


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.231340.patch
Type: text/x-patch
Size: 21276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/dae1071d/attachment-0001.bin>


More information about the llvm-commits mailing list