Revert "isl_input.c: read_tuple: construct isl_dim instead of isl_basic_map"
commitd6c99a54fe9574e4a9a8ae2dae076400b7ed56ae
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Sep 2010 19:58:19 +0000 (22 21:58 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Sep 2010 20:01:39 +0000 (22 22:01 +0200)
treed53b3d509c40f280e784354612d8ac5cb9b77fc1
parent55e2249eff198f8a496f6d31f5ebb5eaad83d141
Revert "isl_input.c: read_tuple: construct isl_dim instead of isl_basic_map"

This reverts commit 6373465b50e93c0a8df20fdefe572a2eaebb8490.

It was thought that handling nested dims would be easier when
constructin isl_dims instead of isl_basic_maps during construction.
However, it turns out that using isl_basic_maps works just fine
and avoids carrying around the equalities separately.
Moreover, if we want to be able to parse integer divisions,
then we need to store their definitions somewhere and
an isl_basic_map is the most appropriate way to do so.

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