Changes in directory llvm/lib/Target/PowerPC:

PPCISelLowering.cpp updated: 1.118 -> 1.119
---
Log message:

Mark INSERT_VECTOR_ELT as expand


---
Diffs of the changes:  (+1 -0)

 PPCISelLowering.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.118 
llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.119
--- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.118   Mon Mar 27 22:15:58 2006
+++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp Thu Mar 30 19:48:55 2006
@@ -178,6 +178,7 @@
     setOperationAction(ISD::MUL , (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);
     setOperationAction(ISD::BUILD_VECTOR, (MVT::ValueType)VT, Expand);
   }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to