fix isl_pw_*_gist_params
commita90e708ae525573c1902d6cc924fed98d2c9d8ac
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 27 Feb 2022 14:15:36 +0000 (27 15:15 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 27 Feb 2022 14:54:50 +0000 (27 15:54 +0100)
tree1d97dcac32ab324c7aae632a477d6210ee3244be
parent19551727e1469ae8bf1cb49e453a7dd3b68d68c2
fix isl_pw_*_gist_params

The implementation of isl_pw_*_gist was generalized
in isl-0.08-21-g9e63449140 (add isl_pw_*_gist_params,
Wed Nov 2 12:39:50 2011 +0100) to also support
an isl_pw_*_gist_params implementation,
but the intersection of the domain with the context
was not generalized accordingly, meaning
that isl_pw_*_gist_params has been broken ever since then.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_pw_templ.c