[X86][SSE] Tests for integer min/max horizontal reductions
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 5 Nov 2017 19:48:24 +0000 (19:48 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 5 Nov 2017 19:48:24 +0000 (19:48 +0000)
commit879c5b15c404fc48dde24ea292a4c07646ff8963
treee7ddda6b2ef7157bbaf5f5e92063ec5fcd9b76fb
parenteb13dd3eac777d1b3cfcbf6d28840c2e0a66e892
[X86][SSE] Tests for integer min/max horizontal reductions

Matching patterns that vectorizers should have created for us.

The experimental intrinsics should probably be added as well.

llvm-svn: 317439
llvm/test/CodeGen/X86/horizontal-reduce-smax.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/horizontal-reduce-smin.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/horizontal-reduce-umax.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/horizontal-reduce-umin.ll [new file with mode: 0644]