add isl_pw_multi_aff_involves_dims
commit672fc5c0a4aefa9f9d0aa9a49c55ba60328d8d39
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 22 Apr 2018 20:19:42 +0000 (22 22:19 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 23 Apr 2018 18:11:16 +0000 (23 20:11 +0200)
tree5bb2e9592f5ffeb705410b57fbffb5273216c8c7
parent3aab6467d751a2048a993d574ba4262fb3e489cc
add isl_pw_multi_aff_involves_dims

This function was presumable left out in isl-0.07-202-g6f87ceab1c
(add isl_pw_multi_aff, Thu Sep 1 11:58:50 2011 +0200), because
it requires an isl_multi_aff_involves_dims, which was not available
at the time.  However, the latter has since been added in
isl-0.12.1-190-g36f6eccc12 (add isl_multi_*_involves_dims,
Fri Dec 27 17:44:02 2013 +0100) so there is no longer any point
in making a special case for isl_pw_multi_aff.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/aff.h
isl_aff.c
isl_pw_templ.c