summaryrefslogtreecommitdiff
path: root/isl_list.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-05-29 17:21:23 +0200
committerSven Verdoolaege <skimo@kotnet.org>2011-06-05 10:16:24 +0200
commitb1de76bb8f86d65e9bcad9db8fba1707ae2ee42a (patch)
tree80e2aceb8a6f5d1abb0f17759f12114af21423ee /isl_list.c
parentee1ca563915a725b35bf949a1c1286963a95f30b (diff)
downloadisl-b1de76bb8f86d65e9bcad9db8fba1707ae2ee42a.tar.gz
isl-b1de76bb8f86d65e9bcad9db8fba1707ae2ee42a.tar.bz2
isl-b1de76bb8f86d65e9bcad9db8fba1707ae2ee42a.zip
scheduling: introduce band forest interface
The new interface exposes more properties of the constructed schedule. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_list.c')
-rw-r--r--isl_list.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/isl_list.c b/isl_list.c
index fefed4cb..ec1dd290 100644
--- a/isl_list.c
+++ b/isl_list.c
@@ -10,6 +10,7 @@
#include <isl_list_private.h>
#include <isl/set.h>
#include <isl/aff.h>
+#include <isl/band.h>
#undef BASE
#define BASE basic_set
@@ -25,3 +26,8 @@
#define BASE aff
#include <isl_list_templ.c>
+
+#undef BASE
+#define BASE band
+
+#include <isl_list_templ.c>