proper implementation of isl_union_map_from_range
commit5b278e2b50134060830cecea79e8c6e853f6225e
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 27 Aug 2011 15:41:45 +0000 (27 17:41 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 3 Sep 2011 19:43:07 +0000 (3 21:43 +0200)
tree35490c4bff920e1917d10b84352f5b7e54e64195
parentb86a0dcec82fef274d9b45c2fe0b31113a8c3f38
proper implementation of isl_union_map_from_range

The original implementation would just return the input
because isl_sets and isl_maps have the same internal representation.
This will change in the near future, however, and so we need
to actually compute the range of all the elements in the input.

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