optionally store domains of scattering dimensions in clast user statements
commit62da9f7d15c681636ffd8c5a03df630df56abd58
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Sep 2010 16:50:03 +0000 (27 18:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 28 Oct 2010 12:57:11 +0000 (28 14:57 +0200)
treed45e7a2a89707495a5f303fdcee0f23816276d21
parent5d089b4b436a07acf692f560281418adfaaee5eb
optionally store domains of scattering dimensions in clast user statements

It is sometimes useful to know for a given instance of a user statement
in a clast for which scattering dimension values it is executed.
This information is difficult if not impossible to retrieve from the
clast because some dimensions may have been removed if they attain
exactly one value.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/cloog.texi
include/cloog/clast.h
include/cloog/loop.h
include/cloog/options.h
source/clast.c
source/loop.c
source/options.c
source/program.c