s390.c (override_options): Increase the default of max-completely-peel-times.
2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.c (override_options): Increase the default of max-completely-peel-times. From-SVN: r159675
This commit is contained in:
parent
7c19c715bb
commit
5b4b1c9a4e
@ -1,3 +1,8 @@
|
||||
2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* config/s390/s390.c (override_options): Increase the default
|
||||
of max-completely-peel-times.
|
||||
|
||||
2010-05-21 Julian Brown <julian@codesourcery.com>
|
||||
Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
|
@ -1657,7 +1657,7 @@ override_options (void)
|
||||
if (!PARAM_SET_P (PARAM_MAX_UNROLL_TIMES))
|
||||
set_param_value ("max-unroll-times", 32);
|
||||
if (!PARAM_SET_P (PARAM_MAX_COMPLETELY_PEELED_INSNS))
|
||||
set_param_value ("max-completely-peeled-insns", 800);
|
||||
set_param_value ("max-completely-peeled-insns", 2000);
|
||||
if (!PARAM_SET_P (PARAM_MAX_COMPLETELY_PEEL_TIMES))
|
||||
set_param_value ("max-completely-peel-times", 64);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user