aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorVictor Do Nascimento <victor.donascimento@arm.com>2024-06-05 10:45:32 +0100
committerVictor Do Nascimento <victor.donascimento@arm.com>2024-09-30 15:59:43 +0100
commitd33786b1628f5bcfc5120f8f5390e1042e36618c (patch)
tree82e4c2e57af7c8f4d8953159d8230f8ca8bad4f5 /gcc
parent85a2ed05483ceb17bc33bd6e02d7e452fcaa02e1 (diff)
downloadgcc-d33786b1628f5bcfc5120f8f5390e1042e36618c.zip
gcc-d33786b1628f5bcfc5120f8f5390e1042e36618c.tar.gz
gcc-d33786b1628f5bcfc5120f8f5390e1042e36618c.tar.bz2
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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/loongson-mmi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/loongson-mmi.md b/gcc/config/mips/loongson-mmi.md
index dd166bf..4d95873 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" "")