This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 60090044fa2 AMDGPU: Custom lower vector_shuffle for v4i16/v4f16 new 7a71aab3301 [ThinLTO] Add summary entries for index-based WPD
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: include/llvm/Bitcode/LLVMBitCodes.h | 21 ++++ include/llvm/IR/ModuleSummaryIndex.h | 82 +++++++++++++- lib/Analysis/ModuleSummaryAnalysis.cpp | 113 +++++++++++++++++- lib/AsmParser/LLLexer.cpp | 3 + lib/AsmParser/LLParser.cpp | 170 +++++++++++++++++++++++++++- lib/AsmParser/LLParser.h | 2 + lib/AsmParser/LLToken.h | 3 + lib/Bitcode/Reader/BitcodeReader.cpp | 56 +++++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 72 +++++++++++- lib/IR/AsmWriter.cpp | 39 +++++++ lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 43 +++++-- test/Assembler/thinlto-vtable-summary.ll | 38 +++++++ test/ThinLTO/X86/devirt.ll | 146 ++++++++++++++++++++++++ tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 + 14 files changed, 765 insertions(+), 25 deletions(-) create mode 100644 test/Assembler/thinlto-vtable-summary.ll create mode 100644 test/ThinLTO/X86/devirt.ll