isl_ast_build_compute_gist: handle parametric domains
commit7f0008dc4cc9e59004023677db355a1e63f9049d
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 5 Jul 2014 06:25:43 +0000 (5 08:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 21 Feb 2015 18:43:45 +0000 (21 19:43 +0100)
tree58ea3ebe0f9758465cca33c4164a6501a0673d58
parent09806037174f3ee5a85a4fa28a50a18adfad4b6e
isl_ast_build_compute_gist: handle parametric domains

When the build domain is a parametric set, the argument to
isl_ast_build_compute_gist does not have a domain and can
therefore not undergo a preimage.  There is also no need to perform the
preimage since there can be no fixed values for the domain dimensions
if there are no domain dimensions.

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