[PATCH] D40425: Extending CFGPrinter and CallPrinter with Heat Colors

Rodrigo Caetano Rocha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 06:47:21 PST 2018


rcorcs updated this revision to Diff 130608.
rcorcs added a comment.

I kept the print functions as they were already present in the code and this change is not related to the heat colors.

I added the 'override' attribute to the getAnalysisUsage functions in the CallGraph printers.

I also added some small tests to the file test/Other/2007-06-05-PassID.ll.


Repository:
  rL LLVM

https://reviews.llvm.org/D40425

Files:
  include/llvm/Analysis/CFGPrinter.h
  include/llvm/Analysis/HeatUtils.h
  lib/Analysis/CFGPrinter.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/CallPrinter.cpp
  lib/Analysis/DomPrinter.cpp
  lib/Analysis/HeatUtils.cpp
  lib/Analysis/RegionPrinter.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/NewGVN.cpp
  test/Other/2007-06-05-PassID.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40425.130608.patch
Type: text/x-patch
Size: 46817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/2caebaaf/attachment.bin>


More information about the llvm-commits mailing list