https://gcc.gnu.org/g:d33786b1628f5bcfc5120f8f5390e1042e36618c

commit r15-3967-gd33786b1628f5bcfc5120f8f5390e1042e36618c
Author: Victor Do Nascimento <victor.donascime...@arm.com>
Date:   Wed Jun 5 10:45:32 2024 +0100

    mips:  Adjust dot-product backend patterns
    
    Following the migration of the dot_prod optab from a direct to a
    conversion-type optab, ensure all back-end patterns incorporate the
    second machine mode into pattern names.
    
    gcc/ChangeLog:
    
            * config/mips/loongson-mmi.md (sdot_prodv4hi): Renamed to...
            (sdot_prodv2siv4hi): ...this.

Diff:
---
 gcc/config/mips/loongson-mmi.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/mips/loongson-mmi.md b/gcc/config/mips/loongson-mmi.md
index dd166bfa4c96..4d9587301390 100644
--- a/gcc/config/mips/loongson-mmi.md
+++ b/gcc/config/mips/loongson-mmi.md
@@ -394,7 +394,7 @@
   "pmaddhw\t%0,%1,%2"
   [(set_attr "type" "fmul")])
 
-(define_expand "sdot_prodv4hi"
+(define_expand "sdot_prodv2siv4hi"
   [(match_operand:V2SI 0 "register_operand" "")
    (match_operand:V4HI 1 "register_operand" "")
    (match_operand:V4HI 2 "register_operand" "")

Reply via email to