isl_basic_map_contains: return false in case of dimension mismatch
commitfcced028ee316d75eaa1c1c2a82bf1ba0c10ce07
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 30 Aug 2016 16:44:19 +0000 (30 18:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Jan 2017 11:31:45 +0000 (18 12:31 +0100)
treeb52df68f0ac27381e8be6c7b80d02ccf0395187e
parent3665c20b13cb604d0032537633ca1807d1268dc2
isl_basic_map_contains: return false in case of dimension mismatch

The sample value that is being tracked may no longer match the dimension.
In this case, it does not belong to the basic map, so the result should be
"false" rather than an error.

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