Changes in directory llvm/lib/Target/PowerPC:

PPCISelLowering.cpp updated: 1.78 -> 1.79
---
Log message:

Now that OpActions is big enough, we can specify actions for vector types


---
Diffs of the changes:  (+2 -2)

 PPCISelLowering.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.78 
llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.79
--- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.78    Sun Jan 29 01:31:33 2006
+++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp Sun Jan 29 02:41:37 2006
@@ -156,8 +156,8 @@
     
     // FIXME: We don't support any ConstantVec's yet.  We should custom expand
     // the ones we do!
-    //setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
-    //setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
+    setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
+    setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
   }
   
   setSetCCResultContents(ZeroOrOneSetCCResult);



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

Reply via email to