summaryrefslogtreecommitdiffstats
path: root/polly/docs/experiments/matmul/init_array___%for.cond1.preheader---%for.end19.jscop
blob: 2cc32b1cc01a42713995450b0f5f3d6e2bca3e1e (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
{
   "arrays": [
      {
         "name": "MemRef_A",
         "sizes": [
            "*",
            "1536"
         ],
         "type": "float"
      },
      {
         "name": "MemRef_B",
         "sizes": [
            "*",
            "1536"
         ],
         "type": "float"
      }
   ],
   "context": "{  :  }",
   "name": "%for.cond1.preheader---%for.end19",
   "statements": [
      {
         "accesses": [
            {
               "kind": "write",
               "relation": "{ Stmt_for_body3[i0, i1] -> MemRef_A[i0, i1] }"
            },
            {
               "kind": "write",
               "relation": "{ Stmt_for_body3[i0, i1] -> MemRef_B[i0, i1] }"
            }
         ],
         "domain": "{ Stmt_for_body3[i0, i1] : 0 <= i0 <= 1535 and 0 <= i1 <= 1535 }",
         "name": "Stmt_for_body3",
         "schedule": "{ Stmt_for_body3[i0, i1] -> [i0, i1] }"
      }
   ]
}
OpenPOWER on IntegriCloud