projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879acef
)
Fix the CodeGen/PowerPC/buildvec_canonicalize.ll regression last night.
author
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 19:01:30 +0000
(19:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 19:01:30 +0000
(19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27908
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstrAltivec.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstrAltivec.td
b/lib/Target/PowerPC/PPCInstrAltivec.td
index 1e9ea47385f8fa0c0904248d2c7d6cbcdd07dde7..bdb9642bd14001c04c700c48636a6b77d8767d10 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstrAltivec.td
+++ b/
lib/Target/PowerPC/PPCInstrAltivec.td
@@
-603,7
+603,7
@@
def : Pat<(v4i32 (and VRRC:$A, (vnot_conv VRRC:$B))),
(v4i32 (VANDC VRRC:$A, VRRC:$B))>;
def : Pat<(fmul VRRC:$vA, VRRC:$vB),
- (v4f32 (VMADDFP VRRC:$vA, VRRC:$vB, (v4
f
32 (V_SET0))))>;
+ (v4f32 (VMADDFP VRRC:$vA, VRRC:$vB, (v4
i
32 (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