isl_ast_build_compute_gist_pw_aff: handle parametric domains
commit148bd2eeccb79b4d19da17a74111ff7049fbced4
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Jul 2013 09:42:05 +0000 (5 11:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Jul 2013 09:55:15 +0000 (8 11:55 +0200)
tree746cf673ff575aea6fb92d7910ec3de7fc399d80
parent96164c6313dab9edf1d959f8a5162cf2f51b7730
isl_ast_build_compute_gist_pw_aff: handle parametric domains

When the build domain is a parametric set, the argument to
isl_ast_build_compute_gist_pw_aff does not have a domain and can
therefore not be pulled back.  There is also no need to perform the
pullback 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