isl_access_info_compute_flow: handle multi-valued sink access relations
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 May 2010 20:30:49 +0000 (22:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 31 May 2010 17:53:58 +0000 (19:53 +0200)
commitd835e13a07ea8f46ff15d15fa24a1940e9bb8a59
treeb6b458f7bd365257348d5499b620444f534934ce
parent830a5feed93f3a7d2fd5d5c726b18cb432fee52a
isl_access_info_compute_flow: handle multi-valued sink access relations

In particular, if any given sink iteration accesses more than one
data element, then we compute dependences for each of these data elements.
Before, we would only compute a dependence for the data elements
that was accessed last before the sink.
isl_flow.c
isl_test.c