[PATCH] D41297: [ThinLTO] Implement summary visualizer

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 05:34:52 PST 2018


evgeny777 updated this revision to Diff 129941.
evgeny777 added a comment.
Herald added a subscriber: eraman.

Changes:

- Var/function name StringRef is not saved for legacy summary formats (when VST is used instead of strtab).
- Now printing full module path in comment before cluster definition
- Added comments to every edge/node
- Added test case


https://reviews.llvm.org/D41297

Files:
  include/llvm/IR/ModuleSummaryIndex.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/IR/ModuleSummaryIndex.cpp
  lib/LTO/LTOBackend.cpp
  test/ThinLTO/X86/Inputs/dot-dumper.ll
  test/ThinLTO/X86/dot-dumper.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41297.129941.patch
Type: text/x-patch
Size: 13819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/e3901adc/attachment.bin>


More information about the llvm-commits mailing list