This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6118908 test commit new c64254e Refactor indirect call promotion profitability analysis (NFC) new 350718e Address review comments. new e2f3426 [ThinLTO] Perform profile-guided indirect call promotion
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/ModuleSummaryIndex.h | 9 +++ lib/Analysis/ModuleSummaryAnalysis.cpp | 34 ++++++++--- lib/Bitcode/Writer/BitcodeWriter.cpp | 69 ++++++++++++++++++++-- lib/Transforms/IPO/PassManagerBuilder.cpp | 5 +- .../Inputs/thinlto_indirect_call_promotion.ll | 7 +++ .../PGOProfile/thinlto_indirect_call_promotion.ll | 32 ++++++++++ 6 files changed, 143 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/PGOProfile/Inputs/thinlto_indirect_call_promotion.ll create mode 100644 test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll