gpu_group.c: check_scalar_live_ranges: isolate dependence on gpu_gen
commit00459e2ffa9192ee6e97f40d16c83769f83b3028
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 09:06:07 +0000 (2 11:06 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 10 Apr 2015 13:18:50 +0000 (10 15:18 +0200)
tree68d4ce8797027c46faa146979d247ebcf6493ab0
parent767fd5ad7b4f3b907dc17902f978b1e916a2dc02
gpu_group.c: check_scalar_live_ranges: isolate dependence on gpu_gen

In a subsequent commit, we will perform the array reference grouping
before the AST generation, which we will need to extract schedule
information from the schedule tree rather than from gpu_gen.
Isolate the dependence on gpu_gen to minimize the changes when
we perform the switch.

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