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
Add isl and cloog-isl CMake modules (for CMake find_package function)
[cloog.git]
/
test
/
test.c
blob
a3d0711ce5bced19672394bc732711091bcc454e
1
/* Generated from /home/skimo/git/cloog/test/test.cloog by CLooG 0.14.0-284-ga90f184 gmp bits in 0.01s. */
2
for
(
i
=
1
;
i
<=
2
;
i
++) {
3
for
(
j
=
1
;
j
<=
M
;
j
++) {
4
S1
(
i
,
j
);
5
}
6
}
7
for
(
i
=
3
;
i
<=
N
;
i
++) {
8
for
(
j
=
1
;
j
<=
min
(
M
,
i
-
1
);
j
++) {
9
S1
(
i
,
j
);
10
}
11
if
(
i
>=
M
+
1
) {
12
S2
(
i
,
i
);
13
}
14
if
(
i
<=
M
) {
15
S1
(
i
,
i
);
16
S2
(
i
,
i
);
17
}
18
for
(
j
=
i
+
1
;
j
<=
M
;
j
++) {
19
S1
(
i
,
j
);
20
}
21
}