[x86] Add AVX1 and AVX2 testing to all of the 128-bit shuffle test
authorChandler Carruth <chandlerc@gmail.com>
Tue, 30 Sep 2014 22:16:23 +0000 (22:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 30 Sep 2014 22:16:23 +0000 (22:16 +0000)
commitb3ce94707a6ffa2a8d225410162b477acda2160b
tree92e21203998d1480584cb07d2187cb7b03444e32
parent3a926b9b5c0186742910ad81ab6a430f58f8a7fb
[x86] Add AVX1 and AVX2 testing to all of the 128-bit shuffle test
cases.

While clearly we don't need the AVX vector width, these ISA extensions
often cause us to select different instructions and we should cover them
even with the narrow vector width.

Also, while here, nuke the stress_test2 contents. There is no reason to
try to FileCheck this entire body when it is mostly a test for
successfully surviving the code generator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218710 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll