repo.or.cz
/
cloog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl backend: ignore equality constraints when looking for lower bounds
[cloog.git]
/
test
/
mod4.c
blob
6a1ad6ab1b2ebe6905f687faefc0657996cf8c97
1
/* Generated from /home/skimo/git/cloog/test/mod4.cloog by CLooG 0.14.0-225-g6e2d019 gmp bits in 0.00s. */
2
for
(
j
=
2
;
j
<=
10
;
j
+=
3
) {
3
S1
(
j
,(
j
+
1
)/
3
,(
j
+
1
)/
3
,
2
,(
j
-
2
)/
3
);
4
S2
(
j
,(
j
+
1
)/
3
,(
j
+
1
)/
3
,
2
,(
j
-
2
)/
3
);
5
S3
(
j
,(
j
+
1
)/
3
,(
j
+
1
)/
3
,
2
,(
j
-
2
)/
3
);
6
}