r157431 - in /trunk/gcc: ChangeLog.graphite doc...

spop@gcc.gnu.org spop@gcc.gnu.org
Sat Mar 13 17:34:00 GMT 2010


Author: spop
Date: Sat Mar 13 17:34:38 2010
New Revision: 157431

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157431
Log:
Limit the number of parameters per SCoP.

2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (build_poly_scop): Limit scops following
	the number of parameters in the scop.  Use as an upper bound
	PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
	* params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
	* doc/invoke.texi: Document it.

Modified:
    trunk/gcc/ChangeLog.graphite
    trunk/gcc/doc/invoke.texi
    trunk/gcc/graphite-sese-to-poly.c
    trunk/gcc/params.def



More information about the Gcc-cvs mailing list