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

index bff57f4da6cbbd784b899dafd10ff77bc3dbe4fa..23eea1a512ee1440893489d3ebde9293e201560b 100644 (file)
@@ -1,3 +1,35 @@
+2024-10-21  Jeevitha  <jeevitha@linux.ibm.com>
+
+       Backported from master:
+       2024-10-21  Jeevitha  <jeevitha@linux.ibm.com>
+
+       * config/rs6000/amo.h (enum _AMO_LD): Correct the function code for
+       _AMO_LD_DEC_BOUNDED.
+
+2024-10-21  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-21  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/117159
+       * config/i386/sse.md
+       (*<avx512>_cmp<V48H_AVX512VL:mode>3_zero_extend<SWI248x:mode>):
+       Change from define_insn_and_split to define_insn.
+       (*<avx512>_cmp<VI12_AVX512VL:mode>3_zero_extend<SWI248x:mode>):
+       Ditto.
+       (*<avx512>_ucmp<VI12_AVX512VL:mode>3_zero_extend<SWI248x:mode>):
+       Ditto.
+       (*<avx512>_ucmp<VI48_AVX512VL:mode>3_zero_extend<SWI248x:mode>):
+       Ditto.
+       (*<avx512>_cmp<V48H_AVX512VL:mode>3_zero_extend<SWI248x:mode>_2):
+       Split to the zero_extend pattern.
+       (*<avx512>_cmp<VI12_AVX512VL:mode>3_zero_extend<SWI248x:mode>_2):
+       Ditto.
+       (*<avx512>_ucmp<VI12_AVX512VL:mode>3_zero_extend<SWI248x:mode>_2):
+       Ditto.
+       (*<avx512>_ucmp<VI48_AVX512VL:mode>3_zero_extend<SWI248x:mode>_2):
+       Ditto.
+
 2024-10-16  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master:
index 18b2d489abc84a4721030a7ad2ca495a81c1c5bc..cf7fc14e4eaeff5e760b8b245ac5fa617cdae50c 100644 (file)
@@ -1 +1 @@
-20241021
+20241022
index 236aaba929f1b8d801881c3900d45d0734692273..52b10672a35541a1c75d04e439f9dfc1ba628f97 100644 (file)
@@ -1,3 +1,12 @@
+2024-10-21  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-10-21  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr117159.c: New test.
+       * gcc.target/i386/avx512bw-pr103750-1.c: Remove xfail.
+       * gcc.target/i386/avx512bw-pr103750-2.c: Remove xfail.
+
 2024-10-16  Uros Bizjak  <ubizjak@gmail.com>
 
        Backported from master: