https://gcc.gnu.org/g:76075bf06ef958e133e3bed4967cf33fa402c54e
commit r15-1732-g76075bf06ef958e133e3bed4967cf33fa402c54e Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Mon Jul 1 00:17:45 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 10 ++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 507f9675de2..c62bdc49447 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,41 @@ +2024-06-30 John David Anglin <dang...@gcc.gnu.org> + + PR target/115691 + * config/pa/pa.md: Remove incorrect xmpyu patterns. + +2024-06-30 Richard Biener <rguent...@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 <rguent...@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 <rguent...@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 <f...@os.amperecomputing.com> + + * tree-vect-loop.cc (vectorizable_reduction): Determine input vectype + during traversal of reduction statements. + +2024-06-30 Feng Xue <f...@os.amperecomputing.com> + + * tree-vect-stmts.cc (vectorizable_shift): Allow shift-by-induction + for single-lane slp node. + 2024-06-29 Maciej W. Rozycki <ma...@orcam.me.uk> PR rtl-optimization/115565 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e88fa6b412b..ff13db4fe3e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240630 +20240701 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1af418c08ff..49c33bea1dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2024-06-30 Richard Biener <rguent...@suse.de> + + PR tree-optimization/115701 + * gcc.dg/torture/pr115701.c: New testcase. + +2024-06-30 Feng Xue <f...@os.amperecomputing.com> + + * gcc.dg/vect/vect-shift-6.c + * gcc.dg/vect/vect-shift-7.c + 2024-06-29 Sergei Lewis <sle...@rivosinc.com> PR target/112109