This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 34841016c30 [X86][SSE] Add integer min/max vector.reduce tests new f096c30c1e1 [X86][SSE] Add integer and/or/xor vector.reduce tests new f614f36c690 [X86][SSE] Add integer add/mul vector.reduce tests
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: test/CodeGen/X86/vector-reduce-add.ll | 1146 ++++++++++++ test/CodeGen/X86/vector-reduce-and.ll | 1028 +++++++++++ test/CodeGen/X86/vector-reduce-mul.ll | 3171 +++++++++++++++++++++++++++++++++ test/CodeGen/X86/vector-reduce-or.ll | 1028 +++++++++++ test/CodeGen/X86/vector-reduce-xor.ll | 1028 +++++++++++ 5 files changed, 7401 insertions(+) create mode 100644 test/CodeGen/X86/vector-reduce-add.ll create mode 100644 test/CodeGen/X86/vector-reduce-and.ll create mode 100644 test/CodeGen/X86/vector-reduce-mul.ll create mode 100644 test/CodeGen/X86/vector-reduce-or.ll create mode 100644 test/CodeGen/X86/vector-reduce-xor.ll