https://gcc.gnu.org/g:49971d35ef30c3f2cde2636f9e0c072ca016db8a
commit r12-10794-g49971d35ef30c3f2cde2636f9e0c072ca016db8a Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Thu Oct 31 00:19:44 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 7 +++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be7a3250ef91..78593f16aa8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,39 @@ +2024-10-30 liuhongt <hongtao....@intel.com> + + Backported from master: + 2024-10-30 liuhongt <hongtao....@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 <ebotca...@adacore.com> PR rtl-optimization/117327 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index d334905e0408..bf9a843b29c7 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241030 +20241031 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fb53c99dbdae..a504ec57e18c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2024-10-30 liuhongt <hongtao....@intel.com> + + Backported from master: + 2024-10-30 liuhongt <hongtao....@intel.com> + + * gcc.target/i386/pr117318.c: New test. + 2024-10-29 Eric Botcazou <ebotca...@adacore.com> * gcc.c-torture/execute/20241029-1.c: New test.