]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
X86InstrInfoSSE.td declares PINSRW as having type v8i16,
authorChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 02:07:48 +0000 (02:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Feb 2010 02:07:48 +0000 (02:07 +0000)
commit8f2b4cc07161b56e56d6615761ea4ba08dc0e7d3
tree25e3800316d0b439fa97b868cbfa37a694c30db3
parent363ac58263dc4ce7c380bbaddb64f90b507fb16d
X86InstrInfoSSE.td declares PINSRW as having type v8i16,
don't alis it in the MMX .td file with a different width,
split into two X86ISD opcodes.  This fixes an x86 testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrMMX.td