Expand all INSERT_VECTOR_ELT (obviously bad) for now.

llvm-svn: 27275
This commit is contained in:
Evan Cheng 2006-03-31 01:30:39 +00:00
parent 168e45b0b3
commit 1b0d294de0
1 changed files with 1 additions and 0 deletions

View 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()) {