gpu.c: copy_access: only encode access type in iteration domain name
commit51b467020b389636547cdf8aaa944526be4a6f8a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 24 Jul 2013 07:32:27 +0000 (24 09:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 27 Jul 2013 09:51:08 +0000 (27 11:51 +0200)
tree06c345aba4215d6ab6ce8c63570880e7a526bca1
parent0a1580412f80100e6916f500549a2b10ec96442b
gpu.c: copy_access: only encode access type in iteration domain name

The original code would encode both the access type and the local
array name in the iteration domain name, but only the access type
was being used later on.  The local array name is also available
in the nested space.
Making the name independent of the local array name makes it
easier to refactor the code that sets this local array name.

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