gpu.c: remove_local_accesses_group: pass in prefix schedule
commite8c3e865cbc6d5f731a08ed332ba230ba2818bb9
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Mar 2016 21:31:16 +0000 (19 22:31 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Apr 2016 07:04:59 +0000 (1 09:04 +0200)
treee772c79f7a8f37f15763d21d412f515d91932157
parent866511752a4f652cbd21359af353c984d6dbdf40
gpu.c: remove_local_accesses_group: pass in prefix schedule

The caller extracts the very same prefix schedule relation as
the one that is extracted inside of remove_local_accesses_group.
Just pass in the prefix schedule relation instead of extracting
it twice.

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