[PATCH] D41297: [ThinLTO] Implement summary visualizer
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 06:56:30 PST 2017
evgeny777 updated this revision to Diff 127353.
evgeny777 added a comment.
@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?
https://reviews.llvm.org/D41297
Files:
include/llvm/IR/ModuleSummaryIndex.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/ModuleSummaryIndex.cpp
lib/LTO/LTOBackend.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41297.127353.patch
Type: text/x-patch
Size: 10004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171218/347e8c12/attachment-0001.bin>
More information about the llvm-commits
mailing list