https://gcc.gnu.org/g:2466e1078a149518880b4d3cfcd36abdb07336ef

commit r13-8978-g2466e1078a149518880b4d3cfcd36abdb07336ef
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Aug 17 00:20:56 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 26 ++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 16 ++++++++++++++++
 3 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b4b5513466a..7d2121df1ec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,29 @@
+2024-08-16  Richard Sandiford  <richard.sandif...@arm.com>
+
+       Backported from master:
+       2024-04-05  Richard Sandiford  <richard.sandif...@arm.com>
+
+       PR target/114603
+       * config/aarch64/aarch64-sve.md (@aarch64_pred_cnot<mode>): Replace
+       with...
+       (@aarch64_ptrue_cnot<mode>): ...this, requiring operand 1 to be
+       a ptrue.
+       (*cnot<mode>): Require operand 1 to be a ptrue.
+       * config/aarch64/aarch64-sve-builtins-base.cc (svcnot_impl::expand):
+       Use aarch64_ptrue_cnot<mode> for _x operations that are predicated
+       with a ptrue.  Represent other _x operations as fully-defined _m
+       operations.
+
+2024-08-16  Richard Sandiford  <richard.sandif...@arm.com>
+
+       Backported from master:
+       2024-04-08  Richard Sandiford  <richard.sandif...@arm.com>
+
+       PR target/114607
+       * config/aarch64/aarch64-sve-builtins-base.cc
+       (svusdot_impl::expand): Fix botched attempt to swap the operands
+       for svsudot.
+
 2024-08-12  liuhongt  <hongtao....@intel.com>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c11f769cc2c..720f32939ba 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240816
+20240817
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 88c640f466b..2e20c448ecc 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2024-08-16  Richard Sandiford  <richard.sandif...@arm.com>
+
+       Backported from master:
+       2024-04-05  Richard Sandiford  <richard.sandif...@arm.com>
+
+       PR target/114603
+       * gcc.target/aarch64/sve/acle/general/cnot_1.c: New test.
+
+2024-08-16  Richard Sandiford  <richard.sandif...@arm.com>
+
+       Backported from master:
+       2024-04-08  Richard Sandiford  <richard.sandif...@arm.com>
+
+       PR target/114607
+       * gcc.target/aarch64/sve/acle/asm/sudot_s32.c: New test.
+
 2024-08-12  liuhongt  <hongtao....@intel.com>
 
        Backported from master:

Reply via email to