fix isl_basic_set_from_multi_aff
commit6514a969da70ab2fc85403c59b99b33c3785274c
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 18 Sep 2018 15:12:11 +0000 (18 17:12 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 18 Sep 2018 15:12:11 +0000 (18 17:12 +0200)
treebc5a22864102707bd8b22b9155c036d4604a0737
parent8dced6146e481a032c89bf18c7813b9b8d714f9c
fix isl_basic_set_from_multi_aff

It was broken by isl-0.19-205-g6d0c666215 (isl_basic_map_from_multi_aff:
check that input actually lives in map space,
Wed Jun 20 15:30:14 2018 +0200), which separated out an internal
function without the additional check, but failed to call it
from isl_basic_set_from_multi_aff.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_aff_map.c
isl_test.c