[PATCH] D35720: [AArch64] Reserve a 16 byte aligned amount of fixed stack for win64 varargs

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 06:59:25 PDT 2017


mstorsjo added a comment.

To word the description differently: This makes sure that the generic stack object allocator and the custom callee saved register spiller in AArch64FrameLowering agree about where registers are stored.


https://reviews.llvm.org/D35720





More information about the llvm-commits mailing list