diff options
author | Richard Biener <rguenther@suse.de> | 2018-10-05 12:54:51 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2018-10-05 12:54:51 +0000 |
commit | f48bd5e43acaa30252437f2d6faae1d18de08388 (patch) | |
tree | 42392c5fdf3eff60fc7e87cd88eea90da756698e /gcc/go | |
parent | 700adeb6fd65528758f9dbcd0aaf6345e14d312c (diff) | |
download | gcc-f48bd5e43acaa30252437f2d6faae1d18de08388.zip gcc-f48bd5e43acaa30252437f2d6faae1d18de08388.tar.gz gcc-f48bd5e43acaa30252437f2d6faae1d18de08388.tar.bz2 |
re PR middle-end/63155 (memory hog)
2018-10-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/63155
* tree-ssa-ccp.c (ccp_propagate::visit_phi): Avoid excess
vertical space in dumpfiles.
* tree-ssa-propagate.h
(ssa_propagation_engine::process_ssa_edge_worklist): Remove.
* tree-ssa-propagate.c (cfg_blocks_back): New global.
(ssa_edge_worklist_back): Likewise.
(curr_order): Likewise.
(cfg_blocks_get): Remove abstraction.
(cfg_blocks_add): Likewise.
(cfg_blocks_empty_p): Likewise.
(add_ssa_edge): Add to current or next worklist based on
RPO index.
(add_control_edge): Likewise.
(ssa_propagation_engine::process_ssa_edge_worklist): Fold
into ...
(ssa_propagation_engine::ssa_propagate): ... here. Unify
iteration from CFG and SSA edge worklist so we process
everything in RPO order, prioritizing forward progress
over iteration.
(ssa_prop_init): Allocate new worklists, do not dump
immediate uses.
(ssa_prop_fini): Free new worklists.
From-SVN: r264869
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions