add isl_schedule_node_group
commitfbad9667915c4380f67b8ca1874de813ee0aea2b
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 6 May 2014 08:32:38 +0000 (6 10:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 09:47:27 +0000 (16 10:47 +0100)
tree23f8733fd80d680ff740b89cfdcef04e715aea36
parentb066af497f81084767b7702dd471457b44aa79b6
add isl_schedule_node_group

Grouping statement instances of different statements ensures
that they will be treated as instances of a single statement
by the AST generator until the point where the grouping is
introduced.

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