add ppcg_build_size_expr
commitfcfca7f5e6c204af82cf31da3337a1481dd327dd
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Feb 2016 09:55:44 +0000 (5 10:55 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Feb 2016 09:36:29 +0000 (15 10:36 +0100)
treed8fc220ce8b3a5f80d21251d18997f2312d6890e
parentebefe1e5b2d75ce0eb4ee96c5fc2c78a94c6286f
add ppcg_build_size_expr

In subsequent commits, some parametric size expressions will be converted
to AST expressions within the context of an isl_ast_build.
This requires the domain of the expression to match the schedule
space of the isl_ast_build.  The function ppcg_build_size_expr takes care of
first transforming the parametric size expression to an expression
with such a domain.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
print.c
print.h