cloog_loop_generate: restrict inner loop domains before recursing
commite87f391a5a9c0d6343b8f1d50bfd38d7286bcb43
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 6 May 2010 17:43:53 +0000 (6 19:43 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 May 2010 20:50:23 +0000 (6 22:50 +0200)
tree850b0cc07c59aa5a4c8512f38394ddc0229afe23
parent44ea85177114aac8a9e7c8830bd7e9d0160c2ee3
cloog_loop_generate: restrict inner loop domains before recursing

In the next commit, we will perform some optimizations after
the separations step, but before the recursion and these optimizations
require updated domains for the inner loops, so we move the
restriction of inner loop domains up a little bit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/loop.c