Commit 9bf63f8c by Bin Cheng Committed by Bin Cheng

re PR tree-optimization/69042 (Missed optimization in ivopts)


	PR tree-optimization/69042
	* params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
	parameter from 30 to 40.

From-SVN: r234430
parent cfe8aebe
2016-03-23 Bin Cheng <bin.cheng@arm.com> 2016-03-23 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/69042 PR tree-optimization/69042
* params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
parameter from 30 to 40.
2016-03-23 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/69042
* tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
for use with constant offset stripped in base. for use with constant offset stripped in base.
......
...@@ -502,7 +502,7 @@ DEFPARAM(PARAM_LIM_EXPENSIVE, ...@@ -502,7 +502,7 @@ DEFPARAM(PARAM_LIM_EXPENSIVE,
DEFPARAM(PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND, DEFPARAM(PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND,
"iv-consider-all-candidates-bound", "iv-consider-all-candidates-bound",
"Bound on number of candidates below that all candidates are considered in iv optimizations.", "Bound on number of candidates below that all candidates are considered in iv optimizations.",
30, 0, 0) 40, 0, 0)
/* The induction variable optimizations give up on loops that contain more /* The induction variable optimizations give up on loops that contain more
induction variable uses. */ induction variable uses. */
......
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