cloog_loop_generate: continue recursing even if only constant dimensions are left
commit061d52ff21aa83653a644f84c4abee8c913b3b10
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 23 Dec 2009 21:39:31 +0000 (23 22:39 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Dec 2009 20:07:54 +0000 (29 21:07 +0100)
treedad8a824a9c6c21b74567fc09c68c793daab6e67
parenteb64adf1e62b60ae2f83cd9dbe77f1005f5e3c22
cloog_loop_generate: continue recursing even if only constant dimensions are left

In problem with only singleton domains, all dimensions are constant.
Before, CLooG would simply ignore these dimensions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/loop.c
test/Makefile.am
test/isl/singleton.c [new file with mode: 0644]
test/polylib/singleton.c [new file with mode: 0644]
test/singleton.cloog [new file with mode: 0644]
test/singleton.good.c [new file with mode: 0644]