isl_scheduler.c: carry_dependences: extract out compute_carrying_sol
commit954b422b2535cf93d749b4a77a1053d493122c3f
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Apr 2017 14:27:39 +0000 (18 16:27 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
tree89e1d4a41e23dc6c0633ada0977a2b74cb5ebb32
parent59c6a7a1003698414955d2c900ebaff0df9cb251
isl_scheduler.c: carry_dependences: extract out compute_carrying_sol

This isolates the part of carry_dependences that deals with
the validity constraints.  This will make it easier to change
the way those validity constraints are collected in the next commit.

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