replace cloog_domain_integral_lowerbound by cloog_domain_can_stride
commitf40d196d3265d95c382724aa7e54c6eaa3135503
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 26 Jun 2010 19:46:23 +0000 (26 21:46 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 29 Jun 2010 17:47:33 +0000 (29 19:47 +0200)
treefbb793b2fc7bc3994cddb386144cefab8bd14ecf
parentdec3e4a9dbe8b2134e25319be0846cfc3536cee9
replace cloog_domain_integral_lowerbound by cloog_domain_can_stride

What cloog_loop_stride really wants to know is whether it is allowed
to perform stride detection.  Currently, this means that lower bound
should be a constant, but some backends may want to relax this condition.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/domain.h
source/isl/domain.c
source/loop.c