[PATCH] D21771: [OptRemark] RFC: Add hotness attribute

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 10:32:23 PDT 2016


anemet updated this revision to Diff 62508.
anemet added a comment.

BFI::getBlockProfileCount already multiplies the BB count with the function's
count.  Update hotness calculation and test.


http://reviews.llvm.org/D21771

Files:
  include/llvm/Analysis/OptimizationDiagnosticInfo.h
  include/llvm/IR/DiagnosticInfo.h
  lib/Analysis/CMakeLists.txt
  lib/Analysis/OptimizationDiagnosticInfo.cpp
  lib/IR/DiagnosticInfo.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/diag-with-hotness-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21771.62508.patch
Type: text/x-patch
Size: 20583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160701/0b578dec/attachment.bin>


More information about the llvm-commits mailing list