isl_basic_map_range_map: use isl_basic_map_equate
commit0afb921841eb5c3eb02028f301ab36e024a03590
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Jun 2016 14:03:28 +0000 (23 16:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Dec 2016 09:05:20 +0000 (19 10:05 +0100)
treeebd34a252c879c09a22b0b9ccf60688b5f4292a1
parent3f1d6ecf1e4cdb5a2deaee140880ef6abc1a2ea4
isl_basic_map_range_map: use isl_basic_map_equate

Using isl_basic_map_equate may be slightly slower than fiddling
with the constraints directly, but it removes some code duplication
and it reduces the dependence on the internal representation.

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