isl_coalesce.c: fuse: copy valid half of equality
commit986d094df745bd70524d60cf1c16df55c3c72809
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Jan 2015 11:52:26 +0000 (1 12:52 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 9 Jan 2015 14:34:05 +0000 (9 15:34 +0100)
tree64d2b015dd3d02143bfcbb596e6ec9a5342b8f55
parent70892a014f8adb117f761cf944ea88a8f4c4a335
isl_coalesce.c: fuse: copy valid half of equality

If an equality as a whole is not valid for the other basic map,
but one of the two inequalities that make up the equality is valid,
then copy the valid part.  This ensures that all valid inequalities
are added to the fused basic map such that we can avoid wrapping
valid inequalities in a future commit without having the inequality
disappear.

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