isl_stream_read_map: read_var_list: simplify and finalize result
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Oct 2010 09:21:26 +0000 (11:21 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Oct 2010 14:22:36 +0000 (16:22 +0200)
commit9dfa287232d9c2d5d0660d3a7154d717940132a1
treeaa5821002b4d3ddc2fdcbb90dc22539636c1e7b6
parenta76dd23ff02471ba5717ac25fe9be1a067dd64f7
isl_stream_read_map: read_var_list: simplify and finalize result

read_var_list may add equalities, so at the very least we need
to gauss the constraints and finalize the result, but it doesn't
seem to hurt to also simplify the result.

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