]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hppa: Fix ICE caused by mismatched predicate and constraint in xmpyu patterns
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 30 Jun 2024 13:48:21 +0000 (09:48 -0400)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 3 Jul 2024 18:31:55 +0000 (14:31 -0400)
2024-06-30  John David Anglin  <danglin@gcc.gnu.org>

gcc/ChangeLog:

PR target/115691
* config/pa/pa.md: Remove incorrect xmpyu patterns.

gcc/config/pa/pa.md

index b252486fa94f95ccd40b45c134afda05733f73ba..072e62455d88afbc51bb307245a53f4035a41bbb 100644 (file)
   [(set_attr "type" "fpmuldbl")
    (set_attr "length" "4")])
 
-(define_insn ""
-  [(set (match_operand:DI 0 "register_operand" "=f")
-       (mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "f"))
-                (match_operand:DI 2 "uint32_operand" "f")))]
-  "TARGET_PA_11 && ! TARGET_SOFT_FLOAT && ! TARGET_SOFT_MULT && !TARGET_64BIT"
-  "xmpyu %1,%R2,%0"
-  [(set_attr "type" "fpmuldbl")
-   (set_attr "length" "4")])
-
-(define_insn ""
-  [(set (match_operand:DI 0 "register_operand" "=f")
-       (mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "f"))
-                (match_operand:DI 2 "uint32_operand" "f")))]
-  "TARGET_PA_11 && ! TARGET_SOFT_FLOAT && ! TARGET_SOFT_MULT && TARGET_64BIT"
-  "xmpyu %1,%2R,%0"
-  [(set_attr "type" "fpmuldbl")
-   (set_attr "length" "4")])
-
 (define_insn ""
   [(set (reg:SI 29) (mult:SI (reg:SI 26) (reg:SI 25)))
    (clobber (match_operand:SI 0 "register_operand" "=a"))