isl_param_util.c: ISL_P2PP: properly call isl_basic_set_intersect_params
commitbdd2e05d34a8f0cd4f6ec98a863f3a09d57117b5
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Aug 2016 11:14:17 +0000 (15 13:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 5 Jan 2017 09:31:04 +0000 (5 10:31 +0100)
tree52f52909f38d7e7705b352a5c05bdde2a3fc80b5
parentab3ca6f75db85c2f67bb98412df2d94579cdb06e
isl_param_util.c: ISL_P2PP: properly call isl_basic_set_intersect_params

In particular, the context was getting constructed as a zero-dimensional set
rather than as a parameter set.  This happens to work in the current
version of isl, but this may no longer be the case in future versions.
Construct a parameter set instead.

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