Adds option to print the contents of the Inline Advisor after each SCC Inliner pass
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
overall lgtm, some nits. Also, for the commit message, it's not that the "advisor prints", rather, that we have a way to print at SCC level - if you can rephrase.
Can you also add a test?
llvm/lib/Transforms/IPO/Inliner.cpp | ||
---|---|---|
109 | nit: EnablePostSCCAdvisorPrinting / enable-scc-inline-advisor-printing ...just to hint to the reader what the relation with the other printing is. |
Comment Actions
lgtm, just please move the ml one down into test/Transforms/Inline/ML
llvm/test/Transforms/Inline/enable-inline-advisor-printing-ml.ll | ||
---|---|---|
1 | this should go under the ML subfolder there. |
nit: EnablePostSCCAdvisorPrinting / enable-scc-inline-advisor-printing
...just to hint to the reader what the relation with the other printing is.