This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6fea0a22624 Scalable Vector IR Type with further LTO fixes new 4697389ad61 Reverted r365188 due to alignment problems on i686-android
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/IR/ModuleSummaryIndex.h | 65 +++------- lib/Analysis/ModuleSummaryAnalysis.cpp | 122 ++++-------------- 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/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 +-- test/ThinLTO/X86/Inputs/dot-dumper2.ll | 4 - test/ThinLTO/X86/dot-dumper2.ll | 43 ------- test/ThinLTO/X86/index-const-prop2.ll | 44 +------ test/ThinLTO/X86/load-store-caching.ll | 26 ---- test/ThinLTO/X86/writeonly.ll | 41 ------ test/ThinLTO/X86/writeonly2.ll | 50 -------- 28 files changed, 191 insertions(+), 594 deletions(-) delete mode 100644 test/ThinLTO/X86/Inputs/dot-dumper2.ll delete mode 100644 test/ThinLTO/X86/dot-dumper2.ll delete mode 100644 test/ThinLTO/X86/load-store-caching.ll delete mode 100644 test/ThinLTO/X86/writeonly.ll delete mode 100644 test/ThinLTO/X86/writeonly2.ll