Expand all INSERT_VECTOR_ELT (obviously bad) for now.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 31 Mar 2006 01:30:39 +0000 (01:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 31 Mar 2006 01:30:39 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27275 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index cdf3168422f2dc72dc7535cc9f0016f6aef83aa1..8036066d0f450d26a17297e5692e986138d3245d 100644 (file)
@@ -257,6 +257,7 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
     setOperationAction(ISD::LOAD, (MVT::ValueType)VT, Expand);
     setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::ValueType)VT, Expand);
     setOperationAction(ISD::EXTRACT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
+    setOperationAction(ISD::INSERT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
   }
 
   if (Subtarget->hasMMX()) {