[PATCH] D127988: [Inliner] Introduce a backend option to suppress inlining of functions with large stack sizes
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 17 12:58:59 PDT 2022
tschuett added a comment.
If I have lot of functions where the stack size is 1 byte below the threshold and do a lot of inlining, then the aggregated stack size will explode?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127988/new/
https://reviews.llvm.org/D127988
More information about the llvm-commits
mailing list