pet_expr_access_get_id: avoid using access relation
commit7568c421d26cfcf6ef619c256405a46d326cd9e0
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 Mar 2014 10:01:25 +0000 (26 11:01 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:15 +0000 (20 16:29 +0200)
tree0009349acef31acc826fbaeb96d56f9e940913fc
parent13ae713155a8b7c579f9c12a9bc8af51195747f9
pet_expr_access_get_id: avoid using access relation

In a future commit, we will only keep track of access relation(s)
when they cannot be trivially derived from the index expression.
Extract array space and id from the index expression rather than
from the access relation.

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