This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d31ce37 [libFuzzer] add an experimental flag -experimental_len_contro [...] new 04912c8 [InstCombine] Canonicalize insert splat sequences into an ins [...]
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: .../InstCombine/InstCombineVectorOps.cpp | 57 +++++++++++ test/Transforms/BBVectorize/X86/loop1.ll | 2 +- test/Transforms/BBVectorize/loop1.ll | 6 +- test/Transforms/BBVectorize/simple-int.ll | 2 +- test/Transforms/InstCombine/broadcast.ll | 109 +++++++++++++++++++++ test/Transforms/SLPVectorizer/X86/operandorder.ll | 12 +-- 6 files changed, 177 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/InstCombine/broadcast.ll