hppa: Fix typos in 32-bit SFmode peephole2 patterns
2024-11-15 John David Anglin <danglin@gcc.gnu.org> gcc/ChangeLog: PR target/117564 * config/pa/pa.md: Fix typos in 32-bit SFmode peephole2 patterns.
This commit is contained in:
parent
d5af5657fa
commit
029c16c15f
1 changed files with 2 additions and 2 deletions
|
@ -4596,7 +4596,7 @@
|
|||
&& REGNO (operands[0]) != REGNO (operands[3])
|
||||
&& REGNO (operands[1]) != REGNO (operands[3])
|
||||
&& base14_operand (operands[2], E_SImode)"
|
||||
[(set (match_dup 3) (mem:SF (plus:DI (match_dup 1) (match_dup 2))))
|
||||
[(set (match_dup 3) (mem:SF (plus:SI (match_dup 1) (match_dup 2))))
|
||||
(set (match_dup 0) (plus:SI (match_dup 1) (match_dup 2)))]
|
||||
"")
|
||||
|
||||
|
@ -4612,7 +4612,7 @@
|
|||
&& GENERAL_REGNO_P (REGNO (operands[3]))
|
||||
&& REGNO (operands[0]) == REGNO (operands[3])
|
||||
&& base14_operand (operands[2], E_SImode)"
|
||||
[(set (match_dup 3) (mem:SF (plus:DI (match_dup 1) (match_dup 2))))]
|
||||
[(set (match_dup 3) (mem:SF (plus:SI (match_dup 1) (match_dup 2))))]
|
||||
"")
|
||||
|
||||
(define_peephole2
|
||||
|
|
Loading…
Add table
Reference in a new issue