dump ScatteringList in cloog_program_dump_cloog
commitefe35d1ea32fd380465ae0248d312dd1940b3ba3
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 15 Jun 2010 12:50:14 +0000 (15 14:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 16 Jun 2010 10:49:28 +0000 (16 12:49 +0200)
tree8418535d258379ce1efaff9260c46a66c9bb6642
parent341b1cdffdd8f589c0020e3065802b4fd21dcfde
dump ScatteringList in cloog_program_dump_cloog

In case a scattering list is supplied to cloog_program_dump_cloog
a CLooG input file is produced, that describes the CloogProgram (before the
scattering is applied) and the scattering to be applied to the CloogProgram.

In case no scattering list is supplied (scattering is NULL) the current
behaviour is unchanged. cloog_program_dump_cloog assumes the scattering was
already applied.

Signed-off-by: Tobias Grosser <grosser@fim.uni-passau.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/domain.h
include/cloog/program.h
source/isl/domain.c
source/program.c