isl_basic_set_full_compression: detect equalities in input first
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Feb 2012 17:01:31 +0000 (18:01 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Feb 2012 21:48:51 +0000 (22:48 +0100)
commit88afaf1679d903ab9c5133264001937f3c5d6a20
tree55b4980c9aae1853919a393c074a68c8688c635d
parentc33f49e11fd81feb2279e58d1feb115458f48d42
isl_basic_set_full_compression: detect equalities in input first

Without this explicit detection of equalities, some equalities
may be discovered in the middle of the computation, possibly
leading to the introduction of existentially quantified variables,
while callers of isl_basic_set_full_compression typically do not
want such variables.

Since the detection of equalities can in some cases be fairly expensive,
we may have to find a better way of dealing with this problem at some point.

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