move step closer to proper isl_local type
commiteb9a6abe2e1b087fc58ca34617cca627831cb3f5
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 14 Feb 2018 13:07:06 +0000 (14 14:07 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 18 Mar 2018 13:08:24 +0000 (18 14:08 +0100)
tree8125e4008d09a4ced7d3e8a02f7d246b5e3f12b2
parent3f2f9ab42945651fb33facefbe7087f8bd9c43b8
move step closer to proper isl_local type

Currently, the isl_local_* functions take an isl_mat representing
the integer divisions as input.
In the end, this should be replaced by a proper isl_local type.
For now, use an isl_local typedef'd to isl_mat.

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