[PATCH] D35006: [AArch64] Implement support for windows style vararg functions

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 14:13:33 PDT 2017


rnk added a comment.

This seems like the right approach to me. It's like the Win x64 "shadow slots" are allocated on the callee side instead of the caller side. We might want to consider implementing /homeparams at some point across the Windows-supporting backends, which will require more FrameLowering surgery.


https://reviews.llvm.org/D35006





More information about the llvm-commits mailing list