mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
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.
This commit is contained in:
@@ -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" "")
|
||||
|
||||
Reference in New Issue
Block a user