re PR target/12467 (vmsumubm emitted when vmsummbm appropriate)
2003-12-04 Andrew Pinski <pinskia@physics.uc.edu> PR target/12467 * config/rs6000/altivec.md (altivec_vmsummbm): Fix typo. From-SVN: r74306
This commit is contained in:
parent
69f73bd395
commit
34c6bdab9e
@ -1,3 +1,8 @@
|
||||
2003-12-04 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR target/12467
|
||||
* config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.
|
||||
|
||||
2003-12-04 Stuart Hastings <stuart@apple.com>
|
||||
|
||||
* rs6000.c (output_call, macho_branch_islands,
|
||||
|
@ -670,7 +670,7 @@
|
||||
(match_operand:V16QI 2 "register_operand" "v")
|
||||
(match_operand:V4SI 3 "register_operand" "v")] 66))]
|
||||
"TARGET_ALTIVEC"
|
||||
"vmsumubm %0,%1,%2,%3"
|
||||
"vmsummbm %0,%1,%2,%3"
|
||||
[(set_attr "type" "veccomplex")])
|
||||
|
||||
(define_insn "altivec_vmsumuhm"
|
||||
|
Loading…
Reference in New Issue
Block a user