isl_input.c: change tuple parsing
commitd8b4d9630bc2998537da54bc59d050b59c4f6f1c
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 14 Jul 2012 20:42:17 +0000 (14 22:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 13:08:20 +0000 (18 15:08 +0200)
tree9ae4df25d842fdc2c16f9058caf7637c1be0fb55
parent859af68531b9210d9f7f219cfd97a6c17925604c
isl_input.c: change tuple parsing

Instead of immediately updating an isl_map, we first collect the
information in an isl_multi_pw_aff and then update the isl_map
based on this information.
This will allow us to reuse the tuple parsing in an improved
isl_stream_read_multi_aff.

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