isl_basic_map_gist: also exploit equalities in gisted set
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Dec 2008 14:22:32 +0000 (15:22 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 28 Dec 2008 14:22:32 +0000 (15:22 +0100)
commitb9fcb7ea82021d8aaf19868ba2cd871485b7ab8e
treeb692f03924ad13ede0b2e5b64f7d5a2297ec66cf
parent45cd8d8437cb9bf29d7ffe7bffaa039a25cfc09b
isl_basic_map_gist: also exploit equalities in gisted set

Some inequalities in the gisted set may only be redundant
wrt the context inside the affine hull of the gisted set.
Although we did add the equalities to the (combined) context
before checking for redundancy, we did not perform any kind
of simplification in the combined context.
In particular, we did not perform any Gaussian elimination,
confusing the heuristic in isl_basic_map_constraint_is_redundant.
isl_map.c