cloog_loop_separate: combine loops with identical domains first
commitaba08e166b82c2d2df70b6600a8c09b180fb053f
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Oct 2008 10:04:21 +0000 (23 12:04 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 8 Nov 2008 11:51:54 +0000 (8 12:51 +0100)
tree8cad5af526a6345cc3d318cc08040261fcef6045
parent4d2c34e62edf99f46ef8223e580cbf4216dbfe75
cloog_loop_separate: combine loops with identical domains first

By combining loops with identical domains before actually performing
the separation, we can avoid performing some duplicate domain operations.

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