This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d86fa193356 gn build: Merge r365203 new 4071301482a [ARM] MVE patterns for VMVN, VORR and VBIC new ce02804eb89 [ThinLTO] Attempt to recommit r365188 after alignment fix
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 | 67 +++++++--- 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/Target/ARM/ARMInstrMVE.td | 23 ++++ 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/CodeGen/Thumb2/mve-bitarith.ll | 95 ++++++++++++++ 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 ++++++++ 30 files changed, 713 insertions(+), 192 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/dot-dumper2.ll create mode 100644 test/ThinLTO/X86/dot-dumper2.ll create mode 100644 test/ThinLTO/X86/load-store-caching.ll create mode 100644 test/ThinLTO/X86/writeonly.ll create mode 100644 test/ThinLTO/X86/writeonly2.ll