[PATCH] D35006: [AArch64] Implement support for windows style vararg functions
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 13:41:45 PDT 2017
mstorsjo updated this revision to Diff 106091.
mstorsjo added a comment.
Avoiding the extra manual stack adjustment, using CreateFixedObject properly (or at least more properly than before).
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.106091.patch
Type: text/x-patch
Size: 10414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170711/778b3f91/attachment.bin>
More information about the llvm-commits
mailing list