isl_coalesce.c: fuse: allow basic maps to have different integer divisions
commit181c9981ddd39c5bc6a52796b0d8b460272b28ef
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 11 Oct 2014 09:08:17 +0000 (11 11:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 12 Jan 2015 15:44:05 +0000 (12 16:44 +0100)
treecab8f53766cd936b4827651a9015a7375f654892
parenta929cb74cb3eeaa3200f266fde48259b781baa85
isl_coalesce.c: fuse: allow basic maps to have different integer divisions

We currently only try to coalesce basic maps that have the same
integer divisions.  However, we want to also be able to coalesce
basic maps that do not have identical integer division, but
we first need to adjust fuse to take this possibility into account.

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