pet_scop_embed: take mapping from virtual to real iterator
commit9bcd35ae5879e353cd661a6868dec49ddbefb172
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 30 May 2012 16:48:06 +0000 (30 18:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 3 Jun 2012 11:53:50 +0000 (3 13:53 +0200)
tree8c046b626d5bb8366d4079f17c72f85ef27e6483
parent20bf10d9ea96a79d507f7d22e36241282d27f556
pet_scop_embed: take mapping from virtual to real iterator

In the next commit, we will add support for generic conditions in
for loops and then we may not always be able to rewrite an iteration
domain that was constructed in terms of a virtual iterator to one
that refer to th real iterator.  We therefore need to be able to
adjust any reference to the real iterator to one that refers to
the virtual iterator.

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