[X86] Add sse4.2 command lines to min/max reduction tests.
authorCraig Topper <craig.topper@gmail.com>
Sun, 29 Mar 2020 07:27:33 +0000 (00:27 -0700)
committerCraig Topper <craig.topper@gmail.com>
Sun, 29 Mar 2020 20:51:03 +0000 (13:51 -0700)
commit2451e4c597885aaa76a1a70f98056ecca7d23cf8
tree5238d32c773fe7627383dfcd8509cb3849aec8ab
parent6e0afb5f108fe0570268978f4b32a0c8b4a43ee1
[X86] Add sse4.2 command lines to min/max reduction tests.

SSE4.2 has the pcmpgtq instruction which we will use in
vXi64 reductions when its available.
llvm/test/CodeGen/X86/vector-reduce-smax.ll
llvm/test/CodeGen/X86/vector-reduce-smin.ll
llvm/test/CodeGen/X86/vector-reduce-umax.ll
llvm/test/CodeGen/X86/vector-reduce-umin.ll