[x86] Add the beginnings of some tests for our v8f32 shuffle lowering
authorChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 08:49:27 +0000 (08:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 21 Sep 2014 08:49:27 +0000 (08:49 +0000)
commitb7ef7f97a8924455ddb6704d6814546f06d1a75b
treeb44329d104e5b8f61067b3702f46b0711bf9a38e
parent0d61e377a76d01718c84322f7912e61081e9e41f
[x86] Add the beginnings of some tests for our v8f32 shuffle lowering
under AVX.

This really just documents the current state of the world. I'm going to
try to flesh it out to cover any test cases I plan to improve prior to
improving them so that the delta made by changes is actually visible to
code reviewers.

This is made easier by the fact that I now have a script to automate the
process of producing test cases including the check lines. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218199 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shuffle-256-v8.ll [new file with mode: 0644]