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

commit r15-3969-gfd35d99914051c9c58b91b167f4802c8db460038
Author: Victor Do Nascimento <victor.donascime...@arm.com>
Date:   Wed Jun 5 10:55:06 2024 +0100

    c6x:  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/c6x/c6x.md (sdot_prodv2hi): Renamed to...
            (sdot_prodsiv2hi): ...this.

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

diff --git a/gcc/config/c6x/c6x.md b/gcc/config/c6x/c6x.md
index 5964dd69d0d0..ea9ffe8b4e10 100644
--- a/gcc/config/c6x/c6x.md
+++ b/gcc/config/c6x/c6x.md
@@ -3082,7 +3082,7 @@
 ;; Widening vector multiply and dot product.
 ;; See c6x-mult.md.in for the define_insn patterns
 
-(define_expand "sdot_prodv2hi"
+(define_expand "sdot_prodsiv2hi"
   [(match_operand:SI 0 "register_operand" "")
    (match_operand:V2HI 1 "register_operand" "")
    (match_operand:V2HI 2 "register_operand" "")

Reply via email to