isl_union_map.c: inplace: implement in terms of cond_un_op
commit6dd3a044b77f58997f0cc70e479f5f80fe6041fc
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Mar 2017 17:12:50 +0000 (1 18:12 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 17 May 2017 08:15:52 +0000 (17 10:15 +0200)
tree29df5e263934d3285daa44af17483d4b9750f8cb
parent087cad639507c21375996cb152d20d6fe9ccba94
isl_union_map.c: inplace: implement in terms of cond_un_op

This removes some minor code duplication and will allow
un_op to be reimplemented in terms of cond_un_op while
exploiting an inplace computation when possible.

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