isl_union_set_compute_schedule: only carry validity dependences
commitd07d9a44cffd76e6276dea1edccb0d8381deee18
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 26 Mar 2012 10:55:35 +0000 (26 12:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:06 +0000 (6 14:33 +0200)
tree11fd7e57f4afc12fdb76a6f9f6dbfb076142c52e
parent054eb667c206f8b9641e00e0f93f9ee7c829c62c
isl_union_set_compute_schedule: only carry validity dependences

If we are forced to try and carry come dependences because of some conflict,
then we only need to carry those dependences that may lead to a conflict.
That is, we only need to carry validity dependences.

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