[PATCH] D22182: Refactor indirect call promotion profitability analysis (NFC)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 17:13:03 PDT 2016


tejohnson created this revision.
tejohnson added reviewers: davidxl, xur.
tejohnson added a subscriber: llvm-commits.

Refactored the profitability analysis out of the IC promotion pass and
into lib/Analysis so that it can be accessed by the summary index
builder in a follow-on patch to enable IC promotion in ThinLTO (D21932).

http://reviews.llvm.org/D22182

Files:
  include/llvm/Analysis/IndirectCallSiteVisitor.h
  lib/Analysis/CMakeLists.txt
  lib/Analysis/IndirectCallPromotionAnalysis.cpp
  lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  lib/Transforms/Instrumentation/IndirectCallSiteVisitor.h
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22182.63358.patch
Type: text/x-patch
Size: 16733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160709/cfbb7c8c/attachment-0001.bin>


More information about the llvm-commits mailing list