[PATCH] D41131: [AArch64] Implement stack probing for windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 23:58:08 PST 2017
mstorsjo added a comment.
In https://reviews.llvm.org/D41131#952995, @efriedma wrote:
> How does this interact with https://reviews.llvm.org/D40863 ?
They're pretty similar, although I only implemented the case for static stack allocations so far, leaving dynamic allocations for later. The basis for what they do is almost identical (with the differences in the function name and calling convention), so I'm sure it should be easy to adapt one to match the pattern laid out by the other one when one of them gets committed first.
https://reviews.llvm.org/D41131
More information about the llvm-commits
mailing list