repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git]
/
polly
/
lib
/
External
/
isl
/
test_inputs
/
codegen
/
cloog
/
byu98-1-2-3.c
blob
c94f848f043fa4cfcdc8a8f9d8fc7fb3c5662a89
1
for
(
int
c0
=
2
;
c0
<=
3
;
c0
+=
1
)
2
for
(
int
c1
= -
c0
+
6
;
c1
<=
6
;
c1
+=
1
)
3
S1
(
c0
,
c1
);
4
for
(
int
c0
=
4
;
c0
<=
8
;
c0
+=
1
) {
5
if
(
c0
==
4
)
6
for
(
int
c1
=
3
;
c1
<=
4
;
c1
+=
1
)
7
S1
(
4
,
c1
);
8
if
(
c0
<=
5
) {
9
S1
(
c0
, -
c0
+
9
);
10
S2
(
c0
, -
c0
+
9
);
11
}
else
{
12
S2
(
c0
, -
c0
+
9
);
13
}
14
for
(
int
c1
=
max
(
c0
-
1
, -
c0
+
10
);
c1
<=
6
;
c1
+=
1
)
15
S1
(
c0
,
c1
);
16
}