This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 69e819b4548 [llvm-ar][test] Add to MRI test coverage new c9d0360e9a2 [ThinLTO] Optimize writeonly globals out new ba2cc0b9fcf [X86][AVX] combineX86ShuffleChainWithExtract - add number o [...]
The 2 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 | 65 +++++++--- lib/Analysis/ModuleSummaryAnalysis.cpp | 110 ++++++++++++---- lib/AsmParser/LLParser.cpp | 57 ++++++--- lib/Bitcode/Reader/BitcodeReader.cpp | 47 +++++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 32 +++-- lib/IR/AsmWriter.cpp | 5 +- lib/IR/ModuleSummaryIndex.cpp | 141 +++++++++++++-------- lib/LTO/LTO.cpp | 21 +-- lib/Target/X86/X86ISelLowering.cpp | 3 + lib/Transforms/IPO/FunctionImport.cpp | 12 +- lib/Transforms/Utils/FunctionImportUtils.cpp | 13 +- test/Assembler/thinlto-summary.ll | 14 +- test/Assembler/thinlto-vtable-summary.ll | 4 +- test/Bitcode/summary_version.ll | 2 +- test/Bitcode/thinlto-alias.ll | 4 +- test/Bitcode/thinlto-alias2.ll | 2 +- .../thinlto-function-summary-callgraph-cast.ll | 4 +- .../thinlto-function-summary-callgraph-pgo.ll | 4 +- ...o-function-summary-callgraph-profile-summary.ll | 4 +- .../thinlto-function-summary-callgraph-relbf.ll | 2 +- ...ion-summary-callgraph-sample-profile-summary.ll | 4 +- test/Bitcode/thinlto-function-summary-callgraph.ll | 2 +- test/Bitcode/thinlto-function-summary-refgraph.ll | 16 +-- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 4 +- .../X86/Inputs/dot-dumper2.ll} | 2 +- test/ThinLTO/X86/dot-dumper2.ll | 43 +++++++ test/ThinLTO/X86/index-const-prop2.ll | 44 ++++++- test/ThinLTO/X86/writeonly.ll | 41 ++++++ test/ThinLTO/X86/writeonly2.ll | 50 ++++++++ 29 files changed, 558 insertions(+), 194 deletions(-) copy test/{LTO/Resolution/X86/Inputs/commons.ll => ThinLTO/X86/Inputs/dot-dumper2. [...] create mode 100644 test/ThinLTO/X86/dot-dumper2.ll create mode 100644 test/ThinLTO/X86/writeonly.ll create mode 100644 test/ThinLTO/X86/writeonly2.ll