isl_schedule_get_map: extract schedule from band forest if available
commit76ed86383bc0aec31dc36755019ab20167b88013
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 20 Mar 2012 16:53:35 +0000 (20 17:53 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:07 +0000 (6 14:33 +0200)
tree030a99e1729899bd254dff23e36a53008beef9e0
parent183f0a000f2bf644df1c1f3915e8e2d22f0d0c23
isl_schedule_get_map: extract schedule from band forest if available

In the next commits, we will allow the user to modify the band forest.
This means that the schedule represented by the modified band forest
may not be the same as the schedule that was originally computed.
We therefore need to extract it from this forest if the forest
has been constructed already.

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