isl_ast_build_set_loop_bounds: compute divs after eliminating strided dimension
commit3a742b3c0be668c77a68c8c687d9106952bc6633
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Apr 2013 14:12:00 +0000 (18 16:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Apr 2013 17:19:43 +0000 (19 19:19 +0200)
tree5ecba37cbc727db2e6752a7fea9412e43a5fceba
parentb476623672b8ec8aa3d3ee522666c1731ee631b0
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