isl_coalesce.c: coalesce_subset: properly indicate whether anything has changed
commit89845c3f8d0c13b7e3cbc0ad802646b8547ebf38
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 8 Oct 2014 12:32:06 +0000 (8 14:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 25 Dec 2014 18:49:35 +0000 (25 19:49 +0100)
tree3d7325e5ec93a65f2ecdbb6ccea330e84ecf2ea6
parent04e30b749a2a963ef60ff07fbde27172ba190705
isl_coalesce.c: coalesce_subset: properly indicate whether anything has changed

In particular, if the second basic map was dropped, then it was replaced
by another basic map which hasn't been reconsidered yet.  The caller needs
to be notified of this possibility so that it can recheck the basic map
that replaced the one that got dropped.
This appears to have been a typo in a73f222 (isl_map_coalesce: only coalesce
pairs of basic maps with the same divs, Tue Apr 17 19:05:00 2012 +0200),
when coalesce_subset was first introduced.

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