Skip to content
Snippets Groups Projects
Commit 4b8c5b33 authored by Richard Biener's avatar Richard Biener Committed by Richard Biener
Browse files

Flip vectorization to forced SLP

The following flips the vectorizer to forced SLP, there is almost
no expected fallout at this point, the remains should be target
specific cost modeling issues.

	* params.opt (vect-force-slp): Default to 1.
parent 39e763ca
No related branches found
No related tags found
No related merge requests found
...@@ -1207,7 +1207,7 @@ Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRange(0, 1 ...@@ -1207,7 +1207,7 @@ Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRange(0, 1
Enable loop vectorization of floating point inductions. Enable loop vectorization of floating point inductions.
-param=vect-force-slp= -param=vect-force-slp=
Common Joined UInteger Var(param_vect_force_slp) Init(0) IntegerRange(0, 1) Param Optimization Common Joined UInteger Var(param_vect_force_slp) Init(1) IntegerRange(0, 1) Param Optimization
Force the use of SLP when vectorizing, fail if not possible. Force the use of SLP when vectorizing, fail if not possible.
-param=vrp-block-limit= -param=vrp-block-limit=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment