[PATCH] D78717: [SystemZ] Implement -fstack-clash-protection
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 4 14:00:15 PDT 2020
serge-sans-paille added a comment.
> With dynamic allocas, it seems wise to always probe no matter what the size, but the "tail" in emitProbedAlloca() is not probed. This seems flawed to me:
I just had a look to the X86 and indeed, it's a falw, I'll propose a patch.
> As a general note, the code duplication between inlineStackProbe and emitProbedAlloca is a bit unfortunate, not sure if there's a better way here.
I'll explore that aspect too, thanks for the code review :-)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78717/new/
https://reviews.llvm.org/D78717
More information about the llvm-commits
mailing list