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
clast.c: don't construct set for reduction for local variables
[cloog.git]
/
test
/
reservoir
/
stride2.cloog
blob
5fb9b14c7e25fd35861a9d42da38c3226ea9d411
1
#
2
# Stride-bug:
3
#
4
# for (i = 2; i <= N; i+=7) {
5
# S(i);
6
#
7
# becomes:
8
#
9
# for (i = 5; i <= N; i+=7) {
10
# S(i);
11
12
# Language
13
c
14
15
# Context
16
17
1 3
18
1 0 1
19
0
20
21
# Number of statements
22
1
23
24
1
25
26
4 5
27
0 1 -7 0 -2 # i - 7j = 2
28
1 1 0 0 0 # i >= 0
29
1 -1 0 1 0 # i <= n
30
1 0 0 0 1
31
32
0 0 0
33
0
34
# Scattering functions
35
1
36
37
6 10
38
0 1 0 0 0 0 0 0 0 0
39
0 0 1 0 0 0 -1 0 0 0
40
0 0 0 1 0 0 0 0 0 0
41
0 0 0 0 1 0 0 0 0 0
42
0 0 0 0 0 1 0 0 0 0
43
1 0 0 0 0 0 0 0 0 1
44
45
0