isl_band: use isl_union_pw_multi_aff to represent partial schedule
commitdebd6ad0b30d7c17f69a7a456e73350381398ac5
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 20 Mar 2012 13:39:39 +0000 (20 14:39 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:06 +0000 (6 14:33 +0200)
tree9ebf43df1e3f46e75ebc2375ae2e726cd1266c53
parenta563b4137fbe2fcab60207c72ce1b5dc7e620df7
isl_band: use isl_union_pw_multi_aff to represent partial schedule

An isl_multi_aff is a more natural representation for the kind of schedules
we are constructing and will make it easier to perform tiling.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_band.c
isl_band_private.h
isl_schedule.c