gpu_group.c: check_scalar_live_ranges: take into account expansions
commitf903a2d3b5e893be55b2e58627619a347e673cbd
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 20 Mar 2016 17:26:06 +0000 (20 18:26 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Apr 2016 07:04:59 +0000 (1 09:04 +0200)
tree7e84c8df9c6d855475706b54e7042a5d48eeb807
parent3aefba3f208fc44eaa2d5aaffbd449b61c7dc993
gpu_group.c: check_scalar_live_ranges: take into account expansions

The schedule trees from which kernels are extracted currently do not
contain any expansions, but this may change when statement instances
are combined during scheduling.
Take such expansions into account.

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