diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-03-13 17:34:38 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-03-13 17:34:38 +0000 |
commit | 4e7dd37645ae785b9d4d1d06d24a4ee130f2f09b (patch) | |
tree | 303f56ba4063be24160da30c6e14b89cb2d66f3d /gcc/doc/invoke.texi | |
parent | d7ba5c330172dbc4beb203c74714dc732a6ae340 (diff) | |
download | gcc-4e7dd37645ae785b9d4d1d06d24a4ee130f2f09b.zip gcc-4e7dd37645ae785b9d4d1d06d24a4ee130f2f09b.tar.gz gcc-4e7dd37645ae785b9d4d1d06d24a4ee130f2f09b.tar.bz2 |
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.
From-SVN: r157431
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 060be88..2159701 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8492,6 +8492,10 @@ parameters only when their cumulative size is less or equal to @option{ipa-sra-ptr-growth-factor} times the size of the original pointer parameter. +@item graphite-max-nb-scop-params +To avoid exponential effects in the Graphite loop transforms, the +number of parameters in a SCoP is bounded by 10. + @end table @end table |