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

commit r14-11228-g9a1daeb9cd5fb9093c031af85d9efa59ea5cd61a
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.
    
    (cherry picked from commit 9d4b1e3772547c8c836638d09fc9a84c3c73e277)

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 adeb7cc54b2e..a7508d47d9b1 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")
           ]

Reply via email to