move isl_space_params into isl_parameter_alignment_reordering
commit4fac990029f70ee0bd2748d6d8db662e0673cf91
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 10 Apr 2018 10:05:45 +0000 (10 12:05 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 19 May 2018 10:41:28 +0000 (19 12:41 +0200)
treebb0eef0b4d228933e653906977745db17b17451c
parent6f1309183345f31163cc6b8302ff29233055f5b5
move isl_space_params into isl_parameter_alignment_reordering

All callers of isl_parameter_alignment_reordering were removing
dimensions other than the parameters, some using isl_space_params
and some by explicitly removing input and output dimensions.
Consistently use isl_space_params and do so inside
isl_parameter_alignment_reordering, the documentation of which
already suggests it only considers the parameters
in the "aligner" argument.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_aff.c
isl_map.c
isl_multi_templ.c
isl_polynomial.c
isl_pw_templ.c
isl_reordering.c
isl_space.c
isl_union_map.c
isl_union_templ.c