[x86] add missing maxnum/minnum tests for 256-bit vectors
authorSanjay Patel <spatel@rotateright.com>
Sun, 6 Dec 2015 18:05:12 +0000 (18:05 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 6 Dec 2015 18:05:12 +0000 (18:05 +0000)
commit180d5cb8e1b2fb4d9fdba85669c972de4cf6b734
tree3501b5004f318baa531ac2d7ad74bb5b0563fecb
parente89ea49c12448ba0f7909013048ca1ae7e8dd98d
[x86] add missing maxnum/minnum tests for 256-bit vectors

Also, switch to x86-64 because once we can lower these to something
more reasonable, there will be less noise in the checks. And add
AVX runs because those will be different than SSE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254879 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/fmaxnum.ll
test/CodeGen/X86/fminnum.ll