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

index 9160af342d87d944fd6bf2c0cd05585dbd404bcb..f058d2131729ae75119a8afee023f07aff70ae6f 100644 (file)
@@ -1,3 +1,23 @@
+2023-05-22  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/109505
+       * match.pd ((x | CST1) & CST2 -> (x & CST2) | (CST1 & CST2),
+       Combine successive equal operations with constants,
+       (A +- CST1) +- CST2 -> A + CST3, (CST1 - A) +- CST2 -> CST3 - A,
+       CST1 - (CST2 - A) -> CST3 + A): Use ! on ops with 2 CONSTANT_CLASS_P
+       operands.
+
+2023-05-22  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-05-17  Kewen Lin  <linkw@linux.ibm.com>
+
+       * tree-vect-loop.cc (vect_analyze_loop_1): Don't retry analysis with
+       suggested unroll factor once the previous analysis fails.
+
 2023-05-20  Triffid Hunter  <triffid.hunter@gmail.com>
 
        PR target/105753
index f25bef13f1e9a2430b9109c0f2aa3dbf1d53edf8..b7d9ba7ed1a4279e0fcd6d3876607321426a69e4 100644 (file)
@@ -1 +1 @@
-20230522
+20230523
index 0cf4bc22a0f860c558e0a9451e8cff85f85f1f27..a15eb4b3919711469f793994003787fe6c2c1d01 100644 (file)
@@ -1,3 +1,11 @@
+2023-05-22  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/109505
+       * gcc.target/aarch64/sve/pr109505.c: New test.
+
 2023-05-20  Triffid Hunter  <triffid.hunter@gmail.com>
 
        PR target/105753