[PATCH] D61437: [AArch64] Static (de)allocation of SVE stack objects.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 07:17:44 PDT 2019
sdesmalen added a comment.
In D61437#1498242 <https://reviews.llvm.org/D61437#1498242>, @efriedma wrote:
> 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).
Thanks for clarifying!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61437/new/
https://reviews.llvm.org/D61437
More information about the llvm-commits
mailing list