[x86] Add a bunch of test cases to 256-bit shuffles that exercise
authorChandler Carruth <chandlerc@gmail.com>
Fri, 21 Nov 2014 12:17:50 +0000 (12:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 21 Nov 2014 12:17:50 +0000 (12:17 +0000)
commitd8d3a957d898ddedbaa660e0b56b28d6e3478754
tree15a37da60a30acac460896cfcd76044034548911
parent04fab61b356ce7bc64374c4838fc770b824717d8
[x86] Add a bunch of test cases to 256-bit shuffles that exercise
merging 128-bit subvectors and also shuffling all the elements of those
subvectors. Currently we generate pretty bad code for many of these, but
I'm testing a patch that should dramatically improve this in addition to
making the shuffle lowering robust to other changes.

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