add isl_schedule_node_band_get_space
commitb30a651ce738011628f7fe27cf8b13ce87f60c40
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 1 Jul 2014 14:52:30 +0000 (1 16:52 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 11 Feb 2015 15:24:57 +0000 (11 16:24 +0100)
tree7d3d3201970d4da336ed3af0e58d1677ae2c8125
parentf457c93a9511d425b249fcd29b9c876c215b1e83
add isl_schedule_node_band_get_space

The function isl_schedule_node_band_tile that will be introduced
in the next commit requires the sizes to live in the same space
as the band itself.  The function isl_schedule_node_band_get_space
provides a convenient way for users to query this space.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/schedule_node.h
isl_schedule_band.c
isl_schedule_band.h
isl_schedule_node.c
isl_schedule_tree.c
isl_schedule_tree.h