From: Uros Bizjak Date: Sun, 19 Jan 2025 21:29:21 +0000 (+0100) Subject: i386: Reorder *movdi_internal ISA attribute by ascending alternative index X-Git-Tag: basepoints/gcc-16~2519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4b1e3772547c8c836638d09fc9a84c3c73e277;p=thirdparty%2Fgcc.git i386: Reorder *movdi_internal ISA attribute by ascending alternative index Reorder ISA attribute by ascending alternative index. No functional change. gcc/ChangeLog: * config/i386/i386.md (*movdi_internal): Reorder ISA attribute by ascending alternative index. --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 362b0ddcf40..5fbd0848df5 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2646,10 +2646,10 @@ (const_string "x64") (eq_attr "alternative" "19,20") (const_string "x64_sse2") - (eq_attr "alternative" "23,25") - (const_string "x64_avx512bw") (eq_attr "alternative" "21,22") (const_string "sse2") + (eq_attr "alternative" "23,25") + (const_string "x64_avx512bw") (eq_attr "alternative" "24,26,27") (const_string "avx512bw") ]