This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 978eb7c50b5 [LoopIdiom] check for safety while expanding new 776b058abe4 [X86][SSE] Add 128/256/512 bit vector build vector from reg [...]
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: test/CodeGen/X86/build-vector-128.ll | 428 +++++++++++++++++++++ test/CodeGen/X86/build-vector-256.ll | 434 +++++++++++++++++++++ test/CodeGen/X86/build-vector-512.ll | 712 +++++++++++++++++++++++++++++++++++ 3 files changed, 1574 insertions(+) create mode 100644 test/CodeGen/X86/build-vector-128.ll create mode 100644 test/CodeGen/X86/build-vector-256.ll create mode 100644 test/CodeGen/X86/build-vector-512.ll