merge isl_basic_*_partial_lex* implementations
commit7c5c44c1e0ddcdd79dacfa705b1f071dbe5d7a33
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 14 Jun 2016 14:15:41 +0000 (14 16:15 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jun 2016 13:36:04 +0000 (27 15:36 +0200)
treed4465238ce9e51cea1f40e7e2189da14d98388f2
parent68bb5b4a16b6acd1170d736b6d9b24103dcd91df
merge isl_basic_*_partial_lex* implementations

The implementations of isl_basic_*_partial_lex are essentially
identical to those of isl_basic_*_partial_lex_pw_multi_aff.
Extract out a shared implementation.
This ensures that any modification to these functions only needs
to be implemented once.

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