Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. Fixes...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 10 Oct 2011 22:28:47 +0000 (22:28 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 10 Oct 2011 22:28:47 +0000 (22:28 +0000)
commitdca62d53b74164364b3eaa58df3a284cf86fa016
tree6b538f4b29780d61b7b5d49a2e9e83a5740143d3
parente2f2f07be7cf2b55b7e5501291bbcede87e43fd6
Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode.  Fixes PR11102.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141585 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx-shuffle.ll [new file with mode: 0644]