[PATCH] D71216: [AArch64] Implement passing SVE vectors by ref for AAPCS.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 10:06:04 PST 2019
sdesmalen created this revision.
sdesmalen added reviewers: efriedma, rovka, cameron.mcinally, c-rhodes.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
This patch implements the part of the calling convention
where SVE Vectors are passed by reference. This means the
caller must allocate stack space for these objects and
pass the address to the callee.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71216
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-callbyref-notailcall.ll
llvm/test/CodeGen/AArch64/sve-calling-convention-byref.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71216.232887.patch
Type: text/x-patch
Size: 12777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/ab14cb24/attachment.bin>
More information about the llvm-commits
mailing list