add exported isl_space_wrapped_reverse
commit8f639103700247cc3d66ec3279e576a37670851a
authorSven Verdoolaege <sven@cerebras.net>
Thu, 24 Oct 2019 10:41:57 +0000 (24 12:41 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Tue, 14 Feb 2023 21:31:45 +0000 (14 22:31 +0100)
treebe1cbcdabad433afc8a6988919d871c6745a2b0b
parent6e02975bcdf188ae1d455c12fe3915701a7472fa
add exported isl_space_wrapped_reverse

This complements the functions isl_space_domain_reverse and
isl_space_range_reverse.
The name is derived from isl_space_reverse and
matches the name of isl_set_wrapped_reverse, which will
be introduced in an upcoming commit.

Reviewed-by: Tianjiao Sun <tianjiao.sun@cerebras.net>
Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
doc/user.pod
include/isl/space.h
interface/template_cpp.cc
isl_space.c