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: releases/gcc-14.3.0~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1daeb9cd5fb9093c031af85d9efa59ea5cd61a;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. (cherry picked from commit 9d4b1e3772547c8c836638d09fc9a84c3c73e277) --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index adeb7cc54b2..a7508d47d9b 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -2551,10 +2551,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") ]