extract out shared isl_pw_*_union_opt_cmp
commit3b1c960870ecd2f008ee8e192d0b590cac165fd3
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 7 Mar 2016 13:39:16 +0000 (7 14:39 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 18 Mar 2016 11:12:55 +0000 (18 12:12 +0100)
treeacf89a8e1df4f099aaee1c7246d45a66460dd14e
parent5787b5f0630f486d500523f91193ed4818ca34d8
extract out shared isl_pw_*_union_opt_cmp

The functions pw_aff_union_opt and pw_multi_aff_union_opt are nearly
identical.  Replace them by a more generic isl_pw_*_union_opt_cmp.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
isl_aff.c
isl_pw_union_opt.c [new file with mode: 0644]