[PATCH] D21932: [ThinLTO] Perform profile-guided indirect call promotion

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 18:37:14 PDT 2016


tejohnson updated this revision to Diff 63369.
tejohnson added a comment.

Rebase on top of http://reviews.llvm.org/D22182.


http://reviews.llvm.org/D21932

Files:
  include/llvm/Analysis/IndirectCallPromotionAnalysis.h
  include/llvm/Analysis/IndirectCallSiteVisitor.h
  include/llvm/IR/ModuleSummaryIndex.h
  lib/Analysis/CMakeLists.txt
  lib/Analysis/IndirectCallPromotionAnalysis.cpp
  lib/Analysis/ModuleSummaryAnalysis.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  lib/Transforms/Instrumentation/IndirectCallSiteVisitor.h
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Transforms/PGOProfile/Inputs/thinlto_indirect_call_promotion.ll
  test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21932.63369.patch
Type: text/x-patch
Size: 31345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160709/78f3200c/attachment.bin>


More information about the llvm-commits mailing list