cuda.c: interchange_for_unroll: ignore first gen->shared_len loops
commit6c77d68306091f0b5a5447db811fd85d4644329c
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 31 Jul 2012 18:49:46 +0000 (31 20:49 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 10:12:24 +0000 (18 12:12 +0200)
treed551998c617b7666b681e406ab2d5014716ca7ae
parent6b9f08678d9886229ce17e7ebff550c4e74bf8d6
cuda.c: interchange_for_unroll: ignore first gen->shared_len loops

These loops have already been generated, so we can't unroll them anymore.
This change does not have any effect on the current code because
these loops have been equated to parameters and therefore don't appear
in any index expressions.  However, this change is required if we remove
the introduction of these parameters.

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