Commit a75a89eb by Bill Schmidt Committed by William Schmidt

opts.c (default_option): Add -fvect-cost-model to default options at -O3 and above.

2012-07-16  Bill Schmidt  <wschmidt@linux.ibm.com>

	* opts.c (default_option): Add -fvect-cost-model to default options
	at -O3 and above.

From-SVN: r189527
parent 67336960
2012-07-16 Bill Schmidt <wschmidt@linux.ibm.com>
* opts.c (default_option): Add -fvect-cost-model to default options
at -O3 and above.
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
* graphite-clast-to-gimple.c, graphite-dependences.c,
......
......@@ -501,6 +501,7 @@ static const struct default_options default_options_table[] =
{ OPT_LEVELS_3_PLUS, OPT_funswitch_loops, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fgcse_after_reload, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_ftree_vectorize, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fvect_cost_model, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_fipa_cp_clone, NULL, 1 },
{ OPT_LEVELS_3_PLUS, OPT_ftree_partial_pre, NULL, 1 },
......
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