This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e9dc04b3b5 Give scope_exit helper correct move semantics new 400b8143bf4 [LTO] - Introduce GlobalResolution::Prevailing flag. new 211131c1d53 [ADT] Make moving Optional not reset the Optional it moves from. new 974e2fc5fbf Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
The 3 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/ADT/Optional.h | 2 - include/llvm/LTO/LTO.h | 3 + lib/LTO/LTO.cpp | 24 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 479 ++++++--------------- test/Transforms/SLPVectorizer/X86/PR32086.ll | 11 +- .../SLPVectorizer/X86/blending-shuffle.ll | 20 +- test/Transforms/SLPVectorizer/X86/hoist.ll | 17 +- unittests/ADT/OptionalTest.cpp | 12 +- 8 files changed, 171 insertions(+), 397 deletions(-)