diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-01 00:17:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-01 00:17:45 +0000 |
commit | 76075bf06ef958e133e3bed4967cf33fa402c54e (patch) | |
tree | 9b35091184c8f22fbc4dbdb91b7ea355f2d6b911 /gcc/ChangeLog | |
parent | 30ad2fafa9ab2497cc12df62a3240cff6ef25d00 (diff) | |
download | gcc-76075bf06ef958e133e3bed4967cf33fa402c54e.zip gcc-76075bf06ef958e133e3bed4967cf33fa402c54e.tar.gz gcc-76075bf06ef958e133e3bed4967cf33fa402c54e.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 507f967..c62bdc4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 |