gpu.c: compute private tile during array reference grouping
commit5da01488fec928227dc5cd5acabf629a4059e845
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 15 Dec 2012 14:46:13 +0000 (15 15:46 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Jan 2013 12:14:30 +0000 (10 13:14 +0100)
treefb717c59d40a9c67d6f772608a50a95249c07aeb
parent24c61af8c2452b04b56cbb6be8b6de364c95799a
gpu.c: compute private tile during array reference grouping

The private tile may be loaded at an outer loop and may therefore
have to be merged with other groups based on the loop where the loading
is performed.  We therefore need to compute the private tile
during the array reference grouping.  The additional merging will
be handled in a subsequent commit.

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