https://gcc.gnu.org/g:9d4b1e3772547c8c836638d09fc9a84c3c73e277

commit r15-7034-g9d4b1e3772547c8c836638d09fc9a84c3c73e277
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Sun Jan 19 22:29:21 2025 +0100

    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:
---
 gcc/config/i386/i386.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 362b0ddcf40e..5fbd0848df5b 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")
           ]

Reply via email to