[PATCH] D43107: Support for the mno-stack-arg-probe flag

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 11:45:35 PST 2018


MatzeB added a comment.

- Have you considered using `stack-probe-size=0` instead?
- Doing it as a separate `no-stack-arg-probe` probably needs an IR verifier rule that forbids setting `stack-probe-size` and `no-stack-arg-probe` at the same time. Maybe also some attribute compatibility rules for inlining?


https://reviews.llvm.org/D43107





More information about the llvm-commits mailing list