isl_ast_build.c: update_values: explicitly take into account stride constraint
commit950d2defe302f3f1857831676310a4355708170d
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 22 Jul 2014 09:10:56 +0000 (22 11:10 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Aug 2014 14:07:26 +0000 (16 16:07 +0200)
tree30399770d84c7700a2e1e691fd311e6a71d0977b
parent5994dcf689c9aa7783383b2bbaba19f92424d3bc
isl_ast_build.c: update_values: explicitly take into account stride constraint

Before this commit we would rely on the caller to add the stride constraint
to the build domain.  However, we want to avoid adding this stride constraint
to the build domain in some cases and so we have to take it into account
explicitly while checking if the dimension attains a single value.

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