summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/MemAccess/update_access_functions___%loop1---%exit.jscop.transformed
blob: 6f694c67b574ee15ebc38a2e99f716a54c6e8c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
   "context" : "[arg] -> {  : arg >= -9223372036854775808 and arg <= 9223372036854775807 }",
   "name" : "loop1 => exit",
   "statements" : [
      {
         "accesses" : [
            {
               "kind" : "write",
               "relation" : "[arg] -> { Stmt_loop1[i0] -> MemRef_A[5 * i0 - 10]  }"
            }
         ],
         "domain" : "[arg] -> { Stmt_loop1[i0] : i0 >= 0 and i0 <= -2 + arg }",
         "name" : "Stmt_loop1",
         "schedule" : "[arg] -> { Stmt_loop1[i0] -> [0, i0] }"
      },
      {
         "accesses" : [
            {
               "kind" : "read",
               "relation" : "[arg] -> { Stmt_loop2[i0] -> MemRef_A[42] }"
            },
            {
               "kind" : "write",
               "relation" : "[arg] -> { Stmt_loop2[i0] -> MemRef_val[] }"
            }
         ],
         "domain" : "[arg] -> { Stmt_loop2[i0] : i0 >= 0 and i0 <= -2 + arg }",
         "name" : "Stmt_loop2",
         "schedule" : "[arg] -> { Stmt_loop2[i0] -> [1, i0] }"
      },
      {
         "accesses" : [
            {
               "kind" : "write",
               "relation" : "[arg] -> { Stmt_loop3[i0] -> MemRef_A[13 * i0 + 5] }"
            },
            {
               "kind" : "read",
               "relation" : "[arg] -> { Stmt_loop3[i0] -> MemRef_val[] }"
            }
         ],
         "domain" : "[arg] -> { Stmt_loop3[i0] : i0 >= 0 and i0 <= -2 + arg }",
         "name" : "Stmt_loop3",
         "schedule" : "[arg] -> { Stmt_loop3[i0] -> [2, i0] }"
      }
   ]
}
OpenPOWER on IntegriCloud