[PATCH] D51479: [AArch64] Implement aarch64_vector_pcs codegen support.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 02:17:01 PDT 2018


sdesmalen created this revision.
sdesmalen added reviewers: t.p.northover, gberry, thegameg, rengolin.
Herald added a reviewer: javed.absar.
Herald added a subscriber: kristof.beyls.

This patch adds codegen support for the saving/restoring
V8-V23 for functions specified with the aarch64_vector_pcs
calling convention attribute, as added in patch https://reviews.llvm.org/D51477.


https://reviews.llvm.org/D51479

Files:
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  test/CodeGen/AArch64/aarch64-vector-pcs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51479.163283.patch
Type: text/x-patch
Size: 17975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/4fe1100f/attachment.bin>


More information about the llvm-commits mailing list