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:
Victor Do Nascimento
2024-06-05 10:45:32 +01:00
parent 85a2ed0548
commit d33786b162

View File

@@ -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" "")