cloog_loop_merge: properly handle union domains
commit43f556ef3bf53a244f3734dc4badbf527f8037ea
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Jan 2011 16:39:22 +0000 (1 17:39 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 2 Jan 2011 10:50:02 +0000 (2 11:50 +0100)
treece0ac92f93000f5c501374037d359671093ce60f
parent9ec66d39dcf3cdb146d61555a2a26f4d4f7df9fe
cloog_loop_merge: properly handle union domains

Commit 4faedb7 (cloog_loop_merge: ensure loop domains are convex, i.e.,
not unions, Fri Oct 3 22:59:47 2008 +0200) attempted to handle
union domains by splitting them up, but this is counter to the purpose
of cloog_loop_merge.  Instead, we should just apply the normal
procedure in case of a single union domain.

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