]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Aug 2024 00:18:53 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Aug 2024 00:18:53 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 4397d29da19c3d49dc78bd5b5b13ad2fc4ae3b65..7bfc4c1955844abc717f285311bf7d7e0cf97ff2 100644 (file)
@@ -1,3 +1,29 @@
+2024-08-16  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-04-05  Richard Sandiford  <richard.sandiford@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.sandiford@arm.com>
+
+       Backported from master:
+       2024-04-08  Richard Sandiford  <richard.sandiford@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.liu@intel.com>
 
        Backported from master:
index c11f769cc2cb7b6a68fc1881e3ea61eb5d0e00b9..720f32939ba239cab9c1ca7b9dbbac52697ad00c 100644 (file)
@@ -1 +1 @@
-20240816
+20240817
index c1a987586bd579c7d37f0e60a68303807ca45e92..227e0580cbf2fce04210d7b01c3b48c1ac85ad1b 100644 (file)
@@ -1,3 +1,19 @@
+2024-08-16  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-04-05  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/114603
+       * gcc.target/aarch64/sve/acle/general/cnot_1.c: New test.
+
+2024-08-16  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-04-08  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/114607
+       * gcc.target/aarch64/sve/acle/asm/sudot_s32.c: New test.
+
 2024-08-12  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master: