add isl_map_plain_gist
commit5ab4ea4bf32fbd896a72f9c237194095aa4317aa
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Mar 2017 08:21:27 +0000 (2 09:21 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 7 Jun 2017 12:16:00 +0000 (7 14:16 +0200)
treeddd78955dfc063835da7eb77a5eeb1620de3e209
parent2bf9182742dfc6098105a24b6297755749d6d30f
add isl_map_plain_gist

This is a variation of isl_map_plain_gist_basic_map that
takes the context in the form of an isl_map instead of an isl_basic_map.
It will be used to define a isl_union_map_plain_gist
in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map_private.h
isl_map_simplify.c