remove deprecated band forests
commit4eb5d8f7ea10bd5b47022334640f3c074f5a3d40
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Jul 2013 16:40:18 +0000 (28 18:40 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 13 Oct 2017 21:06:42 +0000 (13 23:06 +0200)
tree40f9a2f153205d01d82259db8537c6aae79f6eb8
parent08a80c009c25f7f36fa4187fcf9b9a8820313636
remove deprecated band forests

The function isl_schedule_constraints_compute_schedule was changed to
product schedule tree based schedules instead of those based on
band forests in isl-0.14-252-g16f65efd80
(isl_schedule_constraints_compute_schedule: produce schedule tree based
schedule, Sun Jul 28 18:40:18 2013 +0200).  Since then, band forests
have been effectively unused and they have been deprecated in
isl-0.14-277-g5a552c21ea (deprecate band forests,
Sun Jul 28 18:40:18 2013 +0200).
Remove them now.

Having removed band forests, there is also no longer any point
in test_padded_schedule extracting a schedule map twice as
it is no longer affected by the intermediate construction
of a band forest.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
include/isl/band.h [deleted file]
include/isl/schedule.h
isl_band.c [deleted file]
isl_band_private.h [deleted file]
isl_schedule.c
isl_schedule_private.h
isl_test.c
print.c