[x86] Move the vperm2f128 test to be vperm2x128 and test both the
authorChandler Carruth <chandlerc@gmail.com>
Thu, 2 Oct 2014 20:11:11 +0000 (20:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 2 Oct 2014 20:11:11 +0000 (20:11 +0000)
commit130d072eb70ffff97309d16ff2816b243b3e1a45
treefd23d8ce06cd453a2fd1fba5fa61e920b395ea06
parentd76512681efca0eb7ad04b4b4f9d3a5b16dbd2b1
[x86] Move the vperm2f128 test to be vperm2x128 and test both the
floating point and integer domains.

Merge the AVX2 test into it and add an extra RUN line. Generate clean
FileCheck statements with my script. Remove the now merged AVX2 tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218903 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx-vperm2f128.ll [deleted file]
test/CodeGen/X86/avx-vperm2x128.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-vperm2i128.ll [deleted file]