]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Sep 2023 00:16:59 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Sep 2023 00:16:59 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 5552d4b12976a62b9556cb3409f21a188c7b1ff5..40c367496667faaf624f70a7ef25f232bd5d7acb 100644 (file)
@@ -1,3 +1,34 @@
+2023-09-10  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/riscv-v.cc (shuffle_generic_patterns): Expand
+       fixed-vlmax/vls vector permutation.
+
+2023-09-10  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/riscv-v.cc (shuffle_compress_patterns): Avoid unnecessary slideup.
+
+2023-09-10  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/111331
+       * match.pd (`(a CMP CST1) ? max<a,CST2> : a`):
+       Fix the LE/GE comparison to the correct value.
+       * tree-ssa-phiopt.cc (minmax_replacement):
+       Fix the LE/GE comparison for the
+       `(a CMP CST1) ? max<a,CST2> : a` optimization.
+
+2023-09-10  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/darwin.cc (darwin_function_section): Place unlikely
+       executed global init code into the standard cold section.
+
+2023-09-10  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       PR target/111311
+       * config/riscv/riscv-vsetvl.cc (pass_vsetvl::vsetvl_fusion): Add TDF_DETAILS.
+       (pass_vsetvl::pre_vsetvl): Ditto.
+       (pass_vsetvl::init): Ditto.
+       (pass_vsetvl::lazy_vsetvl): Ditto.
+
 2023-09-09  Lulu Cheng  <chenglulu@loongson.cn>
 
        * config/loongarch/loongarch.md (mulsidi3_64bit):
index 14df42c54790f036a8dcfd09103f3a32990a2dda..0799209e8a74ee3cc1a71a9410c14012206bc9b3 100644 (file)
@@ -1 +1 @@
-20230910
+20230911
index 7e2b62f7623cc845e36b24d4f87119546bf221bd..96520fb0c4fd7a8b1785c032670d4b16c75b676c 100644 (file)
@@ -1,3 +1,10 @@
+2023-09-10  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/111331
+       * gcc.c-torture/execute/pr111331-1.c: New test.
+       * gcc.c-torture/execute/pr111331-2.c: New test.
+       * gcc.c-torture/execute/pr111331-3.c: New test.
+
 2023-09-09  benjamin priour  <vultkayn@gcc.gnu.org>
 
        PR analyzer/96395