isl_basic_map_domain_map: use isl_basic_map_equate
commit3f1d6ecf1e4cdb5a2deaee140880ef6abc1a2ea4
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Jun 2016 14:00:50 +0000 (23 16:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Dec 2016 09:05:20 +0000 (19 10:05 +0100)
tree53732348fe0c5b5c9040a3dc781822a80d4168b8
parent55541ab6fbfb71a93b2780d43070c5fe9e5fc6e2
isl_basic_map_domain_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