repo.or.cz
/
cloog-ppl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move polylib specific function to polylib backend
[cloog-ppl.git]
/
test
/
lux.c
blob
3501d303d47c23bff83c8c0a346d0e143a463285
1
/* Generated by CLooG v0.10.7 */
2
if
(
M
>=
2
) {
3
for
(
l
=
2
;
l
<=
M
;
l
++) {
4
S1
(
i
=
1
,
j
=
1
,
k
=
M
) ;
5
}
6
}
7
for
(
i
=
2
;
i
<=
M
-
1
;
i
++) {
8
for
(
j
=
1
;
j
<=
i
-
1
;
j
++) {
9
for
(
k
=
j
+
1
;
k
<=
M
;
k
++) {
10
S2
(
l
=
k
,
m
=
i
) ;
11
}
12
}
13
for
(
l
=
i
+
1
;
l
<=
M
;
l
++) {
14
S1
(
j
=
i
,
k
=
M
) ;
15
}
16
}
17
if
(
M
>=
2
) {
18
for
(
j
=
1
;
j
<=
M
-
1
;
j
++) {
19
for
(
k
=
j
+
1
;
k
<=
M
;
k
++) {
20
S2
(
i
=
M
,
l
=
k
,
m
=
M
) ;
21
}
22
}
23
}