add exported isl_map_bind_range
commit5f5ce3a6c769ecfd0fed6e9866587ae4e685c9a2
authorSven Verdoolaege <sven@cerebras.net>
Thu, 2 May 2019 10:55:50 +0000 (2 12:55 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 14 May 2019 16:44:26 +0000 (14 18:44 +0200)
tree51b2520ec408e9f6720526ca1c51485fbf0f0c48
parenta970ae8f1b2759e98d1c5852ae55fcf6ccd51d26
add exported isl_map_bind_range

The functionality of this function is similar to
that of isl_map_bind_domain.  The only difference is
that it binds the range tuple instead of the domain tuple.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
doc/user.pod
include/isl/map.h
isl_map.c