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
Get rid of the warning about ignoring the return value of fgets
[cloog.git]
/
test
/
reservoir
/
bastoul3.cloog
blob
8437226f1b79829f6109a318151e148b61e00a64
1
# Figure 4 from "Efficient code generation for automatic parallelization
2
# and optimization".
3
#
4
# Language
5
c
6
7
# Context
8
9
1 2
10
1 1
11
0
12
13
# Number of statements
14
1
15
16
1
17
18
# i' i j 1
19
6 5
20
0 1 -1 -2 0
21
1 0 1 0 -1
22
1 0 -1 0 3
23
1 0 0 1 -1
24
1 0 0 -1 3
25
1 0 0 0 1
26
27
0 0 0
28
29
0
30
0
31
32
33