This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32a3b311068 [X86] Use getUnpackl/getUnpackh instead of directly creatin [...] new 6235bbfc9f4 [X86] Add test cases for vector shifts of v2i32/v2i16/v4i16 [...]
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/vector-shift-ashr-sub128-widen.ll | 2523 +++++++++++++++++ test/CodeGen/X86/vector-shift-ashr-sub128.ll | 2951 ++++++++++++++++++++ test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll | 2163 ++++++++++++++ test/CodeGen/X86/vector-shift-lshr-sub128.ll | 2342 ++++++++++++++++ test/CodeGen/X86/vector-shift-shl-sub128-widen.ll | 1948 +++++++++++++ test/CodeGen/X86/vector-shift-shl-sub128.ll | 1729 ++++++++++++ 6 files changed, 13656 insertions(+) create mode 100644 test/CodeGen/X86/vector-shift-ashr-sub128-widen.ll create mode 100644 test/CodeGen/X86/vector-shift-ashr-sub128.ll create mode 100644 test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll create mode 100644 test/CodeGen/X86/vector-shift-lshr-sub128.ll create mode 100644 test/CodeGen/X86/vector-shift-shl-sub128-widen.ll create mode 100644 test/CodeGen/X86/vector-shift-shl-sub128.ll