isl_ast_build_set_loop_bounds: compute divs after eliminating strided dimension
commitd1fb914083bff444a77d4d8157f3948c1b3e7d57
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Apr 2013 14:12:00 +0000 (18 16:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Apr 2013 07:38:19 +0000 (22 09:38 +0200)
treefb3f2a68d47f7e00bfbc8e1c513ae1e062c924df
parentbdae1d1a6d1a3dc3f186bddf7413b151482d4ca9
isl_ast_build_set_loop_bounds: compute divs after eliminating strided dimension

Although it is unlikely that the elimination would result in any unknown divs,
we had better make sure to preserve the invariant that build->domain does not
have any unknown divs.

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