https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92046

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Mon Oct 14 14:03:35 2019
New Revision: 276963

URL: https://gcc.gnu.org/viewcvs?rev=276963&root=gcc&view=rev
Log:
2019-10-14  Richard Biener  <rguent...@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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dse.c
    trunk/gcc/loop-invariant.c
    trunk/gcc/opts.c

Reply via email to