[PATCH] D135488: [codegen] Display stack layouts in console
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 16:05:50 PST 2022
nickdesaulniers added a comment.
In D135488#3928831 <https://reviews.llvm.org/D135488#3928831>, @dblaikie wrote:
> Any chance we could ... emit it as part of the frame-larger-than/warn-stack-size diagnostic?
This pass prints a TON of (helpful) information...we have a lot of `-Wframe-larger-than=` instances triggered in our codebase...I think having this on by default would blow our logs significantly. That's why it might be nice to have a Note suggest a flag (default off) for more info on a case by case basis.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135488/new/
https://reviews.llvm.org/D135488
More information about the cfe-commits
mailing list