]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Fix typo in *movoi_internal_avx/movti_internal
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2019 17:58:19 +0000 (17:58 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Feb 2019 17:58:19 +0000 (17:58 +0000)
PR target/89229
* config/i386/i386.md (*movoi_internal_avx): Set mode to OI
for TARGET_AVX512VL.
(*movti_internal): Set mode to TI for TARGET_AVX512VL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268657 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ede2a6bcc4470f044b1cfe34ffd6c9d831a035d2..1969ff755e33e1664a354a5b91ff2c6d67679ccc 100644 (file)
@@ -1,3 +1,10 @@
+2019-02-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/89229
+       * config/i386/i386.md (*movoi_internal_avx): Set mode to OI
+       for TARGET_AVX512VL.
+       (*movti_internal): Set mode to TI for TARGET_AVX512VL.
+
 2019-02-07  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        * config/s390/s390-builtin-types.def: Add new types.
index 9948f77fca53c498d7e1be910c4dc68140904231..c1492363bca35fa6a9e75f4200a094e3874a59fc 100644 (file)
                 (const_string "XI")
               (and (eq_attr "alternative" "1")
                    (match_test "TARGET_AVX512VL"))
-                (const_string "XI")
+                (const_string "OI")
               (ior (match_test "TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL")
                    (and (eq_attr "alternative" "3")
                         (match_test "TARGET_SSE_TYPELESS_STORES")))
                 (const_string "XI")
               (and (eq_attr "alternative" "3")
                    (match_test "TARGET_AVX512VL"))
-                (const_string "XI")
+                (const_string "TI")
               (ior (not (match_test "TARGET_SSE2"))
                    (ior (match_test "TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL")
                         (and (eq_attr "alternative" "5")