add isl_map_dim_min
commitcbba1b658e35b610f2c28a4591099d0eff06aa04
authorTobias Grosser <tobias@grosser.es>
Thu, 30 Jun 2016 21:45:12 +0000 (30 23:45 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2016 15:21:13 +0000 (1 17:21 +0200)
treebe51ac5df6c9561516d505d6c73da87a7e28181d
parent50e972861d8839c85ed0e033bf3da8807f4e1505
add isl_map_dim_min

This complements the already existing isl_map_dim_max similarly to how
isl_set already supports both isl_set_dim_min and isl_set_dim_max.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/map.h
isl_map.c