[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrAltivec.td

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 20 12:01:42 PDT 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCInstrAltivec.td updated: 1.52 -> 1.53
---
Log message:

Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night.


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

 PPCInstrAltivec.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCInstrAltivec.td
diff -u llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.52 llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.53
--- llvm/lib/Target/PowerPC/PPCInstrAltivec.td:1.52	Thu Apr 20 00:58:10 2006
+++ llvm/lib/Target/PowerPC/PPCInstrAltivec.td	Thu Apr 20 14:01:30 2006
@@ -603,7 +603,7 @@
           (v4i32 (VANDC VRRC:$A, VRRC:$B))>;
 
 def : Pat<(fmul VRRC:$vA, VRRC:$vB),
-          (v4f32 (VMADDFP VRRC:$vA, VRRC:$vB, (v4f32 (V_SET0))))>; 
+          (v4f32 (VMADDFP VRRC:$vA, VRRC:$vB, (v4i32 (V_SET0))))>; 
 
 // Fused multiply add and multiply sub for packed float.  These are represented
 // separately from the real instructions above, for operations that must have






More information about the llvm-commits mailing list