]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Oct 2024 00:19:44 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Oct 2024 00:19:44 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index be7a3250ef91cbfbf6dcd274cb504f78a2e23833..78593f16aa8a15d95b9d5d96612eefb914b541e0 100644 (file)
@@ -1,3 +1,39 @@
+2024-10-30  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-30  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/117318
+       * config/i386/sse.md (*avx512vl_<code>v2div2qi2_mask_store_1):
+       Rename to ..
+       (avx512vl_<code>v2div2qi2_mask_store_1): .. this.
+       (avx512vl_<code>v2div2qi2_mask_store_2): Change to
+       define_expand.
+       (*avx512vl_<code><mode>v4qi2_mask_store_1): Rename to ..
+       (avx512vl_<code><mode>v4qi2_mask_store_1): .. this.
+       (avx512vl_<code><mode>v4qi2_mask_store_2): Change to
+       define_expand.
+       (*avx512vl_<code><mode>v8qi2_mask_store_1): Rename to ..
+       (avx512vl_<code><mode>v8qi2_mask_store_1): .. this.
+       (avx512vl_<code><mode>v8qi2_mask_store_2): Change to
+       define_expand.
+       (*avx512vl_<code><mode>v4hi2_mask_store_1): Rename to ..
+       (avx512vl_<code><mode>v4hi2_mask_store_1): .. this.
+       (avx512vl_<code><mode>v4hi2_mask_store_2): Change to
+       define_expand.
+       (*avx512vl_<code>v2div2hi2_mask_store_1): Rename to ..
+       (avx512vl_<code>v2div2hi2_mask_store_1): .. this.
+       (avx512vl_<code>v2div2hi2_mask_store_2): Change to
+       define_expand.
+       (*avx512vl_<code>v2div2si2_mask_store_1): Rename to ..
+       (avx512vl_<code>v2div2si2_mask_store_1): .. this.
+       (avx512vl_<code>v2div2si2_mask_store_2): Change to
+       define_expand.
+       (*avx512f_<code>v8div16qi2_mask_store_1): Rename to ..
+       (avx512f_<code>v8div16qi2_mask_store_1): .. this.
+       (avx512f_<code>v8div16qi2_mask_store_2): Change to
+       define_expand.
+
 2024-10-29  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/117327
index d334905e0408ef54ee7672407b6a99c329cdd319..bf9a843b29c7009fc7db03286aafb1610ef9f396 100644 (file)
@@ -1 +1 @@
-20241030
+20241031
index fb53c99dbdae5fbaa9e7d2e5ebea6f0e6961ecbc..a504ec57e18cb07247ad6a02d43217b5e2924e9a 100644 (file)
@@ -1,3 +1,10 @@
+2024-10-30  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-30  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr117318.c: New test.
+
 2024-10-29  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.c-torture/execute/20241029-1.c: New test.