Commit 5b4b1c9a by Andreas Krebbel Committed by Andreas Krebbel

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
parent 7c19c715
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment