push isl_ast_build_include_stride into isl_ast_build_set_loop_bounds
commit408016bdcc7dcd07280f5fe10d9657018d081227
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)
treea471b6a3448f48fc476fea33e60ee498f3ffd1a7
parent950d2defe302f3f1857831676310a4355708170d
push isl_ast_build_include_stride into isl_ast_build_set_loop_bounds

We want to avoid adding the stride constraint to the build domain
in case of an eliminated schedule dimension.  Since we only find out
whether a schedule dimension is eliminated inside
isl_ast_build_set_loop_bounds, we first push the call to
isl_ast_build_include_stride into this function.

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