pet_scop_collect_{reads,writes}: intersect ranges with array extents
commitd77e098f5a40be703aa945ef75d2a803983ddf95
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 10 Aug 2013 15:26:14 +0000 (10 17:26 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 11 Aug 2013 10:35:35 +0000 (11 12:35 +0200)
tree962831dba3aa357baf69301d2c4e7559abf0d045
parent99407a31bffb91f23b8e97f57dfab64ea1b9de18
pet_scop_collect_{reads,writes}: intersect ranges with array extents

Since these functions currently assume static accesses, intersecting
with the array extent should not make a difference, but it will
make a difference in the next commit when we add support for
data dependent accesses in these functions.

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