PR target/93254 - -msse generates sse2 instructions
authorUros Bizjak <ubizjak@gmail.com>
Tue, 14 Jan 2020 18:07:47 +0000 (19:07 +0100)
committerUros Bizjak <ubizjak@gmail.com>
Tue, 14 Jan 2020 18:15:01 +0000 (19:15 +0100)
* config/i386/i386.md (*movsf_internal): Require SSE2 ISA for
alternatives 9 and 10.

gcc/ChangeLog
gcc/config/i386/i386.md

index 4f586fe..a5133c6 100644 (file)
@@ -1,3 +1,9 @@
+2020-01-14  Uroš Bizjak  <ubizjak@gmail.com>
+
+       PR target/93254
+       * config/i386/i386.md (*movsf_internal): Require SSE2 ISA for
+       alternatives 9 and 10.
+
 2020-01-14  David Malcolm  <dmalcolm@redhat.com>
 
        * attribs.c (excl_hash_traits::empty_zero_p): New static constant.
index 0344110..f08410a 100644 (file)
     }
 }
   [(set (attr "isa")
-     (cond [(eq_attr "alternative" "14,15")
+     (cond [(eq_attr "alternative" "9,10,14,15")
              (const_string "sse2")
           ]
           (const_string "*")))