add isl_ast_build_alloc
commitdad819fd2da446f7cf7916bc54663e96bad0e7ce
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 26 Sep 2013 09:51:10 +0000 (26 11:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 Feb 2015 09:52:41 +0000 (25 10:52 +0100)
tree42dde69fac9dc2f0eb48ee172df401b06c33ff14
parent68d3ffce425fe3c3219082a436fa778bb42e04d9
add isl_ast_build_alloc

This allows the user to create an isl_ast_build without first having
to create a context set.  This will be especially useful when we will
allow AST generation from a schedule tree with context nodes.
Since the context nodes are embedded inside the schedule tree,
there will typically be no need to specify an additional initial context.

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