aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-05-15 11:30:29 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-05-15 11:30:29 +0000
commitafe3cc7388efa78fe9a5bd914e0a83b20ea6ab9e (patch)
tree95b8bbfd9e56bfc685fc06f8401e3985b4e0e04f /gcc/ChangeLog
parent35b361b1164fbef3f1ca0349302dea7177156a1c (diff)
downloadgcc-afe3cc7388efa78fe9a5bd914e0a83b20ea6ab9e.zip
gcc-afe3cc7388efa78fe9a5bd914e0a83b20ea6ab9e.tar.gz
gcc-afe3cc7388efa78fe9a5bd914e0a83b20ea6ab9e.tar.bz2
tree-ssa-dse.c (dse_classify_store): Remove use_stmt parameter, add by_clobber_p one.
2018-05-15 Richard Biener <rguenther@suse.de> * tree-ssa-dse.c (dse_classify_store): Remove use_stmt parameter, add by_clobber_p one. Change algorithm to collect all defs representing uses we need to walk and try reducing them to a single one before failing. (dse_dom_walker::dse_optimize_stmt): Adjust. * gcc.dg/tree-ssa/ssa-dse-31.c: New testcase. From-SVN: r260253
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f5da0eb..ecb5241 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2018-05-15 Richard Biener <rguenther@suse.de>
+
+ * tree-ssa-dse.c (dse_classify_store): Remove use_stmt parameter,
+ add by_clobber_p one. Change algorithm to collect all defs
+ representing uses we need to walk and try reducing them to
+ a single one before failing.
+ (dse_dom_walker::dse_optimize_stmt): Adjust.
+
2018-05-13 Mark Wielaard <mark@klomp.org>
* dwarf2out.c (dwarf_OP): Handle DW_OP_addrx and DW_OP_constx.