mirror of git://gcc.gnu.org/git/gcc.git
i386.c (ix86_option_override_internal): Increase PARAM_MAX_COMPLETELY_PEELED_INSNS.
* config/i386/i386.c (ix86_option_override_internal): Increase PARAM_MAX_COMPLETELY_PEELED_INSNS. From-SVN: r217914
This commit is contained in:
parent
d5dcbe8e3f
commit
db2d5d467e
|
|
@ -1,3 +1,8 @@
|
|||
2014-11-21 Evgeny Stupachenko <evstupac@gmail.com>
|
||||
|
||||
* config/i386/i386.c (ix86_option_override_internal): Increase
|
||||
PARAM_MAX_COMPLETELY_PEELED_INSNS.
|
||||
|
||||
2014-11-21 Evgeny Stupachenko <evstupac@gmail.com>
|
||||
|
||||
PR target/60451
|
||||
|
|
|
|||
|
|
@ -4122,6 +4122,12 @@ ix86_option_override_internal (bool main_args_p,
|
|||
opts->x_param_values,
|
||||
opts_set->x_param_values);
|
||||
|
||||
/* Increase full peel max insns parameter for x86. */
|
||||
maybe_set_param_value (PARAM_MAX_COMPLETELY_PEELED_INSNS,
|
||||
200,
|
||||
opts->x_param_values,
|
||||
opts_set->x_param_values);
|
||||
|
||||
/* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */
|
||||
if (opts->x_flag_prefetch_loop_arrays < 0
|
||||
&& HAVE_prefetch
|
||||
|
|
|
|||
Loading…
Reference in New Issue