[PATCH] D77172: Heat Coloring (3/3): Adding Heat Functionality to CallPrinter

Kirill Naumov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 12:09:37 PDT 2020


knaumov updated this revision to Diff 268549.
knaumov marked 10 inline comments as done.
knaumov added a comment.

I have noticed that MaxEdgeCount is essentially count the same thing as MaxFreq, so I replaced its uses in all the cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77172/new/

https://reviews.llvm.org/D77172

Files:
  llvm/include/llvm/Analysis/HeatUtils.h
  llvm/lib/Analysis/CallPrinter.cpp
  llvm/lib/Analysis/HeatUtils.cpp
  llvm/test/Other/heat-colors-graphs.ll
  llvm/test/Other/heat-colors-multigraph.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77172.268549.patch
Type: text/x-patch
Size: 13512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/b99c7503/attachment.bin>


More information about the llvm-commits mailing list