[PATCH] D127988: [Inliner] Introduce a backend option to suppress inlining of functions with large stack sizes
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 13:03:41 PST 2022
nickdesaulniers added a comment.
(Random drive-by comment: command line flags like these don't compose well with LTO; they tend to get dropped on the floor unless they get passed to the linker instead of the compiler. Adding metadata to the IR rather than new internal command
line flags avoids this issue entirely). Yes, I've seen https://reviews.llvm.org/D131986.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127988/new/
https://reviews.llvm.org/D127988
More information about the llvm-commits
mailing list