reimplement isl_stream_read_aff in terms of isl_stream_read_multi_aff
commit54c1996c3382196e93c1cf57fffd6ac9783957e0
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 15 Jul 2012 11:50:46 +0000 (15 13:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 13:08:20 +0000 (18 15:08 +0200)
tree5f51c5be539a492feb63fe319c52e796b1810b5a
parent6219a4b155f8c2ac2f12f9a0746703dadaa98eb4
reimplement isl_stream_read_aff in terms of isl_stream_read_multi_aff

Reading an isl_aff is essentially a special case of reading an isl_multi_aff.
We therefore do not need any special code for reading an isl_aff, but can
instead read it as an isl_multi_aff and then extract out the isl_aff.

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