Partial support for integer divisions in access vectors
commita9c17b85692354f08944954333bcbdde99907035
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 24 Aug 2008 14:25:06 +0000 (24 16:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 24 Aug 2008 14:25:06 +0000 (24 16:25 +0200)
tree1b16607370d3172753ca06ae19c69eedb02cf064
parent5cca7bec08f23fe8fbdc07def74031e89a6a0ee0
Partial support for integer divisions in access vectors

An outermost integer division can easily be represented
in the current framework by simply keeping a global
denominator as in this commit.
Note that there may be other places that use access_vectors
that still need to be update.

Also, before this commit, an expression like "2*(i/2)"
would be treated as "i", which is clearly incorrect,
so we consider such expressions too messy now.
src/baseparsuif/dependence/access_vector.cc
src/baseparsuif/dependence/access_vector.h
src/baseparsuif/dependence/named_array_func.cc