[PATCH] D77161: Heat Coloring (2/3): Adding Heat Functionality to CFGPrinter

Kirill Naumov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 13:03:16 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8b67853a83c1: [CFGPrinter] Adding heat coloring to CFGPrinter (authored by knaumov).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D77161?vs=254281&id=256098#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77161

Files:
  llvm/include/llvm/Analysis/CFGPrinter.h
  llvm/include/llvm/Analysis/HeatUtils.h
  llvm/lib/Analysis/CFGPrinter.cpp
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/HeatUtils.cpp
  llvm/test/Other/2007-06-05-PassID.ll
  llvm/test/Other/cfg-printer-branch-weights-percent.ll
  llvm/test/Other/cfg-printer-branch-weights.ll
  llvm/test/Other/heat-colors-graphs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77161.256098.patch
Type: text/x-patch
Size: 31233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/c815ade7/attachment.bin>


More information about the llvm-commits mailing list