[PATCH] D18016: Add support for a preserve_most calling convention to the AArch64 backend.

Roman Levenstein via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 15:17:44 PST 2016


swiftix created this revision.
swiftix added reviewers: t.p.northover, ributzka.
swiftix added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

This change adds a support for a preserve_most calling convention to the AArch64 backend, similar to how it was done for X86-64.

There is also a subsequent patch on top of this one to add a tail-calls support for this calling convention.

http://reviews.llvm.org/D18016

Files:
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/AArch64/preserve_mostcc.ll
  test/CodeGen/AArch64/tail-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18016.50204.patch
Type: text/x-patch
Size: 6638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160309/c1f520c1/attachment.bin>


More information about the llvm-commits mailing list