[PATCH] D73142: Heat Coloring for CFGPrinter and CallPrinter

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 09:52:43 PST 2020


davidxl added a comment.

Since it is meaningless to compare blockfrequency across function boundaries (and computing module max): the following can be done

1. when profile is available, try to compute max block count (actual profile count) per module
2. when profile is not available, try to do function scope heat coloring only.


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

https://reviews.llvm.org/D73142





More information about the llvm-commits mailing list