[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)
commitbebedbaf361929a00345ec3993a024b629bd1f38
tree217b9af3a155acd90974e709c87ef069f1ed3e11
parenta41dceb39b456525bbd096045fd329eea7401f16
[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.

llvm-svn: 218710
llvm/test/CodeGen/X86/vector-shuffle-128-v16.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v2.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v4.ll
llvm/test/CodeGen/X86/vector-shuffle-128-v8.ll