aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-09-02 00:16:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-09-02 00:16:51 +0000
commit880834d3e7ea8764c62f1d361409caf965d7b5c8 (patch)
tree3896d0d88ba2ee0e5842bb22d58090a45dd79504 /gcc
parent592a335de563a3a9e36d362c5b9f3fb0a990c1d8 (diff)
downloadgcc-880834d3e7ea8764c62f1d361409caf965d7b5c8.zip
gcc-880834d3e7ea8764c62f1d361409caf965d7b5c8.tar.gz
gcc-880834d3e7ea8764c62f1d361409caf965d7b5c8.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog21
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/testsuite/ChangeLog5
3 files changed, 27 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5f709b0..91a24a9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,24 @@
+2024-09-01 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR tree-optimization/116554
+ * gimple-ssa-strength-reduction.cc: Include tree-ssa-dce.h.
+ (replace_mult_candidate): Add sdce_worklist argument, mark
+ the rhs1/rhs2 for maybe dceing.
+ (replace_unconditional_candidate): Add sdce_worklist argument,
+ Update call to replace_mult_candidate.
+ (replace_conditional_candidate): Add sdce_worklist argument,
+ update call to replace_mult_candidate.
+ (replace_uncond_cands_and_profitable_phis): Add sdce_worklist argument,
+ update call to replace_conditional_candidate,
+ replace_unconditional_candidate, and replace_uncond_cands_and_profitable_phis.
+ (replace_one_candidate): Add sdce_worklist argument, mark
+ the orig_rhs1/orig_rhs2 for maybe dceing.
+ (replace_profitable_candidates): Add sdce_worklist argument,
+ update call to replace_one_candidate and replace_profitable_candidates.
+ (analyze_candidates_and_replace): Call simple_dce_from_worklist and
+ update calls to replace_profitable_candidates, and
+ replace_uncond_cands_and_profitable_phis.
+
2024-08-31 Roger Sayle <roger@nextmovesoftware.com>
* config/i386/i386-features.cc (timode_scalar_to_vector_candidate_p):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 42eedaf..18af8d7 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240901
+20240902
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 387c41b..cfe6a6e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-01 Hans-Peter Nilsson <hp@axis.com>
+
+ * g++.dg/modules/modules.exp (module_do_it): Prune compilation
+ messages.
+
2024-08-31 Roger Sayle <roger@nextmovesoftware.com>
* gcc.target/i386/movti-2.c: Change dg-options to -Os.