isl_map_simplify.c: drop_more_redundant_divs: test inequality during construction
commitfb3c30e0133c37a1e7bccbf1b29d91b2bc2f2887
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 23 May 2016 10:13:29 +0000 (23 12:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2016 13:47:52 +0000 (25 15:47 +0200)
tree9b8e75f77c347c4577976bdbe1ffa81c107a2a2d
parente3f35c5bf2cc30187c948d0701aecb4e41954b07
isl_map_simplify.c: drop_more_redundant_divs: test inequality during construction

That is, replace the two separate calls, one to compute the test inequality and
one to evaluate the test inequality, by a single call that does both.
This will allow the evaluation of the inequality to be skipped in some cases
in a later commit.

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