forked from periscop/cloog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Sven Verdoolaege
committed
Jun 29, 2010
1 parent
dec3e4a
commit f40d196
Showing
3 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters