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

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 15:39:08 PDT 2016


anemet updated this revision to Diff 63741.
anemet added a comment.
Herald added a subscriber: sanjoy.

Updated to use the LazyBFI analysis from http://reviews.llvm.org/D22141.

Also switched to make it work with Loop Distribution rather than the
Vectorizer.  This way I can also test the laziness if the global flag is off.
(LV itself depends on BFI.)


http://reviews.llvm.org/D21771

Files:
  include/llvm/Analysis/OptimizationDiagnosticInfo.h
  include/llvm/IR/DiagnosticInfo.h
  include/llvm/IR/LLVMContext.h
  include/llvm/InitializePasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/CMakeLists.txt
  lib/Analysis/OptimizationDiagnosticInfo.cpp
  lib/IR/DiagnosticInfo.cpp
  lib/IR/LLVMContext.cpp
  lib/IR/LLVMContextImpl.cpp
  lib/IR/LLVMContextImpl.h
  lib/Transforms/Scalar/LoopDistribute.cpp
  test/Transforms/LoopDistribute/diagnostics-with-hotness-lazy-BFI.ll
  test/Transforms/LoopDistribute/diagnostics-with-hotness.ll
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21771.63741.patch
Type: text/x-patch
Size: 22502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160712/4f6289a4/attachment.bin>


More information about the llvm-commits mailing list