]> git.ipfire.org Git - thirdparty/gcc.git/commit
2019-10-14 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 14:03:35 +0000 (14:03 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Oct 2019 14:03:35 +0000 (14:03 +0000)
commit367445dffd7b526f2f92aeae70a0b80b3fb86d4d
tree65f3e0e6394e85f54af41bfd50cfafb1c0fc8c59
parentf9952d1604696ccbdf2753297a7e584572bd2dd4
2019-10-14  Richard Biener  <rguenther@suse.de>

PR middle-end/92046
* dse.c (scan_insn): Use param max_active_local_stores.
(dse_step1): Get PARAM_MAX_DSE_ACTIVE_LOCAL_STORES and adjust
based on optimization level.
* loop-invariant.c (move_loop_invariants): Adjust
LOOP_INVARIANT_MAX_BBS_IN_LOOP based on optimization level.
* opts.c (default_options_optimization): Do not adjust
PARAM_MAX_DSE_ACTIVE_LOCAL_STORES and
LOOP_INVARIANT_MAX_BBS_IN_LOOP here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276963 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dse.c
gcc/loop-invariant.c
gcc/opts.c