This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65dbe3021d2 Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE [...] new 8bcab146970 [LoopVectorize][NFCI] Use find instead of count new 47ef1705844 [x86] move/add tests for insertelement with variable index; NFC
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: lib/Transforms/Vectorize/LoopVectorize.cpp | 100 ++-- test/CodeGen/X86/insert-loaded-scalar.ll | 354 --------------- test/CodeGen/X86/insertelement-var-index.ll | 677 ++++++++++++++++++++++++++++ 3 files changed, 735 insertions(+), 396 deletions(-) create mode 100644 test/CodeGen/X86/insertelement-var-index.ll