[PATCH] D61437: [AArch64] Static (de)allocation of SVE stack objects.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 10:28:58 PDT 2019
efriedma added a comment.
Ignore the bit about Windows unwinding. I remembered how it actually works; the Microsoft document is just wrong, and it's not actually necessary to allocate the frame record in any particular position on WIndows (except that it has to be somewhere that isn't allocated using _chkstk... but that wouldn't happen anyway with the layout I'm suggesting).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61437/new/
https://reviews.llvm.org/D61437
More information about the llvm-commits
mailing list