[PATCH] D73805: [AArch64] Provide Darwin variants of most calling conventions

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 13:58:11 PST 2020


thegameg created this revision.
thegameg added reviewers: efriedma, t.p.northover, aemerson, paquette.
thegameg added a project: LLVM.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a reviewer: rengolin.

With the new SVE stack layout, we now need to provide a Darwin variant for all the calling conventions based on the main AAPCS CSR save order.

This also changes APCS_SwiftError to have a Darwin and a non-Darwin version, assuming it could be used on other platforms these days.


https://reviews.llvm.org/D73805

Files:
  llvm/lib/Target/AArch64/AArch64CallingConvention.td
  llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call-weak.ll
  llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
  llvm/test/CodeGen/AArch64/GlobalISel/integration-shuffle-vector.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-exceptions.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-memcpy-et-al.mir
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-rem.mir
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-s128-div.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73805.241802.patch
Type: text/x-patch
Size: 40195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200131/7d6fe9fd/attachment.bin>


More information about the llvm-commits mailing list