gpu.c: extract_access: extract may accesses from tagged may accesses
commit4eb7df0a72e2246e6bff84fe0b948c777834a37a
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 6 Dec 2014 09:13:21 +0000 (6 10:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Feb 2015 16:27:42 +0000 (18 17:27 +0100)
treec6eb6c296f2493f531ba0e6ee75357d71ccc2996
parentbb84a7b676a3dd562c981457a4b2952a50e5dafe
gpu.c: extract_access: extract may accesses from tagged may accesses

The may accesses were being computed twice, once with tags and once without.
Extract the untagged version from the tagged version instead.
Furthermore, only compute/extract the untagged version when we
actually need it.

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