[PATCH] D41297: [ThinLTO] Implement summary visualizer
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 09:03:02 PST 2017
mehdi_amini added a comment.
In https://reviews.llvm.org/D41297#958339, @evgeny777 wrote:
> @mehdi_amini I've updated diff with one which no longer requires post-processing at the cost of having extra StringRef in `GlobalValueSummaryInfo`
>
> > add notation about the importing decision, promotion, dead-elimination, ... on every edge/nodes.
>
> It this supposed to be done as comments in DOT file?
I don't know about the best way to display this, could be color, bold, label, or other markers.
https://reviews.llvm.org/D41297
More information about the llvm-commits
mailing list