https://gcc.gnu.org/g:d40cc092906a5ee6317490486f0c5e5b19f16bc1
commit r13-9158-gd40cc092906a5ee6317490486f0c5e5b19f16bc1 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Thu Oct 31 00:22:12 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 b5351d63f100..ec53054ecf17 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 bb014a08223b..f5369c516c32 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.