This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f4e6894183 Add -dump-input=always to cfi-devirt test to debug flake new 5b5290a1ba5 Revert "[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 | 15 --- include/llvm/IR/ModuleSummaryIndex.h | 58 +--------- lib/Analysis/ModuleSummaryAnalysis.cpp | 115 +------------------ lib/AsmParser/LLLexer.cpp | 3 - lib/AsmParser/LLParser.cpp | 168 +--------------------------- lib/AsmParser/LLParser.h | 2 - lib/AsmParser/LLToken.h | 3 - lib/Bitcode/Reader/BitcodeReader.cpp | 53 --------- lib/Bitcode/Writer/BitcodeWriter.cpp | 61 +--------- lib/IR/AsmWriter.cpp | 38 ------- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 45 ++------ test/Assembler/thinlto-vtable-summary.ll | 38 ------- test/ThinLTO/X86/devirt.ll | 146 ------------------------ tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 - 14 files changed, 26 insertions(+), 721 deletions(-) delete mode 100644 test/Assembler/thinlto-vtable-summary.ll delete mode 100644 test/ThinLTO/X86/devirt.ll