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

index 507f9675de280389670affafc6ddc4d376dce7d0..c62bdc49447a2d424c996625af304f5991c13042 100644 (file)
@@ -1,3 +1,41 @@
+2024-06-30  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/115691
+       * config/pa/pa.md: Remove incorrect xmpyu patterns.
+
+2024-06-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/115701
+       * tree-ssanames.cc (maybe_duplicate_ssa_info_at_copy):
+       Only copy info from within the same BB.
+
+2024-06-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/115701
+       * tree-ssanames.h (maybe_duplicate_ssa_info_at_copy): Declare.
+       * tree-ssanames.cc (maybe_duplicate_ssa_info_at_copy): New
+       function, split out from ...
+       * tree-ssa-copy.cc (fini_copy_prop): ... here.
+       * tree-ssa-sccvn.cc (eliminate_dom_walker::eliminate_stmt): ...
+       and here.
+
+2024-06-30  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-slp.cc (vect_build_slp_tree_1): Compare
+       STMT_VINFO_REDUC_IDX.
+       (vect_build_slp_tree_2): Prevent operand swapping for
+       all stmts participating in a reduction.
+
+2024-06-30  Feng Xue  <fxue@os.amperecomputing.com>
+
+       * tree-vect-loop.cc (vectorizable_reduction): Determine input vectype
+       during traversal of reduction statements.
+
+2024-06-30  Feng Xue  <fxue@os.amperecomputing.com>
+
+       * tree-vect-stmts.cc (vectorizable_shift): Allow shift-by-induction
+       for single-lane slp node.
+
 2024-06-29  Maciej W. Rozycki  <macro@orcam.me.uk>
 
        PR rtl-optimization/115565
index e88fa6b412b26c41fd9b3e5720836f9fc95a89b5..ff13db4fe3e609715652db3a8500c35f42046950 100644 (file)
@@ -1 +1 @@
-20240630
+20240701
index 1af418c08ff40046ec040b770e69eaa5bc6c106f..49c33bea1dd6ee0f59a8cccabea5c597e64f4396 100644 (file)
@@ -1,3 +1,13 @@
+2024-06-30  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/115701
+       * gcc.dg/torture/pr115701.c: New testcase.
+
+2024-06-30  Feng Xue  <fxue@os.amperecomputing.com>
+
+       * gcc.dg/vect/vect-shift-6.c
+       * gcc.dg/vect/vect-shift-7.c
+
 2024-06-29  Sergei Lewis  <slewis@rivosinc.com>
 
        PR target/112109