pet_expr_access_update_domain: avoid using access relation
commitdf442f0e1585c82a7371937bb5c6561a14df95da
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 9 Apr 2014 15:03:43 +0000 (9 17:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:15 +0000 (20 16:29 +0200)
treebb6c02c231ce3ee8bf787f249b4636cea75ae54c
parenteb26cd678cbec2d48f750d9437a83c317cdb4915
pet_expr_access_update_domain: 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 argument space from the index expression rather than
from the access relation.

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