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
Fix crash on null pointer copy in osl_loop processing
[cloog.git]
/
test
/
forwardsub-1-1-2.cloog
blob
38986f996701fe019c001d5e0dc43cbad7a4a44a
1
# language: C
2
c
3
4
# Context
5
#{N | 3<=N}
6
2 3
7
# M 1
8
1 1 -3
9
1 0 1
10
0
11
12
4 # Number of statements
13
14
1
15
#{t1,t2 | 2<=t1<=N; t2=1; 3<=N}
16
5 5
17
# i j M 1
18
0 0 1 0 -1
19
1 0 0 1 -3
20
1 -1 0 1 0
21
1 1 0 0 -2
22
1 0 0 0 1
23
0 0 0
24
25
1
26
#{t1,t2 | t2+1<=t1<=N; 2<=t2}
27
4 5
28
# i j M 1
29
1 1 -1 0 -1
30
1 0 1 0 -2
31
1 -1 0 1 0
32
1 0 0 0 1
33
0 0 0
34
35
1
36
#{t1,t2 | t1=1; t2=1; 3<=N}
37
4 5
38
# i j M 1
39
0 1 0 0 -1
40
0 0 1 0 -1
41
1 0 0 1 -3
42
1 0 0 0 1
43
0 0 0
44
45
1
46
#{t1,t2 | t1=t2; 2<=t2<=N; 3<=N}
47
4 5
48
# i j M 1
49
0 1 -1 0 0
50
1 0 0 1 -3
51
1 0 -1 1 0
52
1 0 1 0 -2
53
0 0 0
54
0
55
56
0 # Scattering functions