[PATCH] D77235: [NFC][PowerPC] Cleanup AIX 64 and Darwin CalleeSavedRegs

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 12:22:38 PDT 2020


daltenty created this revision.
daltenty added reviewers: sfertile, ZarkoCA, cebowleratibm, jasonliu.
Herald added subscribers: llvm-commits, shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: LLVM.

- Remove the no longer used Darwin CalleeSavedRegs
- Use the SVR464 callee saved regs for AIX64 since the two are (and should be) identical
- Update tests for AIX 64-bit CSR change


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77235

Files:
  llvm/lib/Target/PowerPC/PPCCallingConv.td
  llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
  llvm/test/CodeGen/PowerPC/aix-cc-abi.ll
  llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
  llvm/test/CodeGen/PowerPC/aix-indirect-call.ll
  llvm/test/CodeGen/PowerPC/aix-sret-param.ll
  llvm/test/CodeGen/PowerPC/aix64-cc-byval.ll
  llvm/test/CodeGen/PowerPC/test_call_aix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77235.254270.patch
Type: text/x-patch
Size: 31497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200401/de0f9bec/attachment.bin>


More information about the llvm-commits mailing list