add isl_schedule_node_expansion
commit49397e7f62c6a5ad85ce11d644208c702ec0932c
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 6 May 2014 08:29:28 +0000 (6 10:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 09:47:27 +0000 (16 10:47 +0100)
tree4513905a4c5dc9d8a9f4e2325c6f7d20ed7ce8d6
parent856d798b618285536867f03d73b75b8dd53794d3
add isl_schedule_node_expansion

This type of schedule node is mainly useful for the isl_schedule_node_group
function that will be introduced in a subsequent commit.
We do not allow the user to directly insert expansion nodes as this
would result in an inconsistent schedule tree.

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