[PATCH] D77015: Fix mismatch in prologue and epilogue for funclets on AArch64 Windows
Daniel Frampton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 29 12:50:28 PDT 2020
danielframpton added a comment.
In D77015#1948788 <https://reviews.llvm.org/D77015#1948788>, @efriedma wrote:
> If I'm understanding correctly, the space that wasn't getting allocated in the prologue is the space for arguments to calls inside the funclet?
Correct, although the relevant value (MaxCallFrameSize) is computed for the function, so the call does not actually need to be in the funclet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77015/new/
https://reviews.llvm.org/D77015
More information about the llvm-commits
mailing list