Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw.
authorMon P Wang <wangmp@apple.com>
Wed, 11 Mar 2009 06:35:11 +0000 (06:35 +0000)
committerMon P Wang <wangmp@apple.com>
Wed, 11 Mar 2009 06:35:11 +0000 (06:35 +0000)
commit37b9a19653bfa8cbc6047236f563a3d1dccbadf4
treeb237d41709fb207fd926af86bfacdf132709d5fa
parent47b4ce85293b5668eb7b7b6ccc484b69d5f8b602
Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw.

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