isl_coalesce_info: add equality and inequality types
commit3e4653e5e1962278da3e045756d7fc2da9a6fddb
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 13 Dec 2014 09:42:25 +0000 (13 10:42 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 7 Jan 2015 15:22:47 +0000 (7 16:22 +0100)
treef7b77d9919aae557f4a569ecc78224535c510c0b
parentf3009ac4b4bbf8a5616e1a14971ae99dcce65a37
isl_coalesce_info: add equality and inequality types

These are frequently needed together with the basic map.
By storing them together in the isl_coalesce_info we can avoid
passing them along separately, even though
at any stage we keep track of them for only two basic maps.

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