Commit ac73bb4c by Aditya Kumar Committed by Sebastian Pop

[graphite] reduce the number of params in a scop to 3

	* params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.

From-SVN: r226365
parent fd180988
2015-07-29 Aditya Kumar <hiraditya@msn.com>
* params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Default to 3.
2015-07-29 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/iamcu.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE):
......
......@@ -850,7 +850,7 @@ DEFPARAM (PARAM_LOOP_UNROLL_JAM_DEPTH,
DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS,
"graphite-max-nb-scop-params",
"maximum number of parameters in a SCoP",
10, 0, 0)
3, 0, 0)
/* Maximal number of basic blocks in the functions analyzed by Graphite. */
......
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