[PATCH] D35006: [AArch64] Implement support for windows style vararg functions
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 13:42:55 PDT 2017
mstorsjo updated this revision to Diff 105525.
mstorsjo added a comment.
Added an initial test, fixed va_copy to copy the right amount of bytes, fixed the va_list pointer if the first variable argument is on the stack.
https://reviews.llvm.org/D35006
Files:
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
test/CodeGen/AArch64/win64_vararg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35006.105525.patch
Type: text/x-patch
Size: 11060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170706/5913e635/attachment-0001.bin>
More information about the llvm-commits
mailing list