[PATCH] D84419: Fix interaction between stack alignment and inline-asm stack clash protection
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 20 19:01:30 PDT 2020
lkail accepted this revision.
lkail added a comment.
This revision is now accepted and ready to land.
LGTM. This solution probes the gap between [stackptr & mask, stackptr] when align is big.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84419/new/
https://reviews.llvm.org/D84419
More information about the llvm-commits
mailing list