[PATCH] D61948: Implement call lowering without parameters on AIX

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 07:51:50 PDT 2019


jasonliu created this revision.
jasonliu added reviewers: sfertile, hubert.reinterpretcast, Xiangling_L.
jasonliu added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, kbarton, aheejin, hiraditya, nemanjai.

This patch implements call lowering for calls without parameters on AIX as initial support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61948

Files:
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCCallingConv.td
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/lib/Target/TargetMachine.cpp
  llvm/test/CodeGen/PowerPC/test_call_aix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61948.199610.patch
Type: text/x-patch
Size: 14425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/cf37436f/attachment.bin>


More information about the llvm-commits mailing list