Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts
authorBill Wendling <isanbard@gmail.com>
Sun, 20 Jul 2008 02:32:23 +0000 (02:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 20 Jul 2008 02:32:23 +0000 (02:32 +0000)
commit3180e20cda2150a3fc694b3713cae4c5f2fda49f
tree496abbe53b0305ed52d89415064730014ea79d13
parentfbbd701bbd7b8dacd657cd686113f3412bd48bc1
Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts
into v4i16 vectors.

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