mirror of git://gcc.gnu.org/git/gcc.git
[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
This commit is contained in:
parent
fd18098845
commit
ac73bb4c82
|
|
@ -1,3 +1,7 @@
|
|||
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. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue