[PATCH] D84419: Fix interaction between stack alignment and inline-asm stack clash protection

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 10:57:12 PDT 2020


efriedma added a comment.

> the case where alignment+offset is less than the probe size

For this case, it would also be good to have a version with a subsequent dynamic and/or callframe allocation that pushes the total stack allocated over the probe size, to show the interaction works correctly.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84419/new/

https://reviews.llvm.org/D84419



More information about the llvm-commits mailing list