move conversions from affine expressions to sets and maps to separate file
commitd29c46dbec73c8e1668ae7a732ab171e4472fc96
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 20 Jun 2018 09:28:41 +0000 (20 11:28 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 21 Jun 2018 07:20:48 +0000 (21 09:20 +0200)
treefc3f949fa2bb147024a7dc439ddb052acfc3b620
parentcbb9e4da5c66febe44576af2db829a9f58795ff7
move conversions from affine expressions to sets and maps to separate file

Some of these conversions were placed in isl_aff.c, while some others
were placed in isl_map.c.  Since these functions share some functionality,
it makes sense to put them together.  Since it is not clear if they
belong to isl_aff.c or isl_map.c and since both of these files
are pretty large already, put them in a separate file.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
isl_aff.c
isl_aff_map.c [new file with mode: 0644]
isl_map.c