isl_union_access_info_compute_flow: take into account domain of schedule tree
commitfe865996e41126ebb25b78e4335e0114282003e7
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Aug 2015 14:44:16 +0000 (4 16:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Aug 2015 06:48:14 +0000 (5 08:48 +0200)
tree4859da4fc56ee6545b642c104a2b424314d5c86e
parent890dbc34b8516ad2504ab3b6c82e2c91a2cb759c
isl_union_access_info_compute_flow: take into account domain of schedule tree

isl_union_access_info_compute_flow is documented as (effectively)
intersecting the domains of the access relations with the domain
of the schedule, but it would fail to do so in case of a schedule tree
representation.

Reported-by: BHATU PRATIK <cs12b1010@iith.ac.in>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_flow.c