isl_union_access_info: keep track of schedule tree
commit61eb0d5992006704b8e7484e30d9f7975c6ffbe3
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Jan 2014 09:20:14 +0000 (9 10:20 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Feb 2015 15:05:33 +0000 (19 16:05 +0100)
tree171fd0be2175b0bd065d810219a90eee971e01f7
parent7800fe8877843ab7ac6b9a7cb21ad0243afe191c
isl_union_access_info: keep track of schedule tree

That is, rather than immediately converting the schedule tree into
a schedule map, we now store it in the isl_union_access_info.
We still convert it to a schedule map before we actually
initiate the dependence analysis, but this will be changed
in the next commit.

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