This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb071cb [Power9] Add codegen for VSX word insert/extract instructions new e0c5cea Refactor indirect call promotion profitability analysis (NFC)
The 1 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: .../llvm/Analysis/IndirectCallPromotionAnalysis.h | 67 +++++++++++++ .../llvm/Analysis}/IndirectCallSiteVisitor.h | 0 lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/IndirectCallPromotionAnalysis.cpp | 110 +++++++++++++++++++++ lib/Analysis/LLVMBuild.txt | 2 +- .../Instrumentation/IndirectCallPromotion.cpp | 82 ++++----------- .../Instrumentation/PGOInstrumentation.cpp | 2 +- 7 files changed, 201 insertions(+), 63 deletions(-) create mode 100644 include/llvm/Analysis/IndirectCallPromotionAnalysis.h rename {lib/Transforms/Instrumentation => include/llvm/Analysis}/IndirectCallSiteV [...] create mode 100644 lib/Analysis/IndirectCallPromotionAnalysis.cpp