isl_ast_build_get_stride_constraint: combine multiple strides
commit76f70092def01ccaa3ab579457d2e1f1a7f63243
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Apr 2013 09:42:09 +0000 (19 11:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 22 Apr 2013 07:38:19 +0000 (22 09:38 +0200)
tree21adbc74c25c6fe4395ed40cc13d6e6678fcbb16
parent10a7f8aa54477607141219d565545d1343cb160c
isl_ast_build_get_stride_constraint: combine multiple strides

If we find multiple constraints from which can derive a stride,
then we would only keep the stride information from the last
of these constraints.  We now combine multiple strides into
a single stride.  Note that this may not have any effect in practice
because multiple strides are usually already combined into one
at the level of the constraints of a basic set.

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