isl_schedule.c: handle basic maps individually in setup_carry_lp
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Aug 2011 19:29:10 +0000 (21:29 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Aug 2011 19:29:10 +0000 (21:29 +0200)
commit9724d4306eb7952f1ea647fe4110694339be37c7
tree3f39527c0cc3c764182d6e09b00022f0e1ba7531
parent916d067cacdee62a72415ce4a58cc8735d72a9c6
isl_schedule.c: handle basic maps individually in setup_carry_lp

Our dependence relations may be unions of basic maps.
When trying to carry dependences we may only be able to carry
some of them at a time.  We therefore need to consider them individually.

Reported-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule.c
isl_test.c