Files
clang-p2996/polly/test/CodeGen/OpenMP/single_parallel_loop___%for.i---%exit.jscop
Michael Kruse 35f7020098 [Polly] Dissolve Isl test directory. NFC.
All tests use ISL, integrate its subfolder into the components they
belong to.
2021-09-22 17:45:07 -05:00

18 lines
413 B
Plaintext

{
"context" : "{ : }",
"name" : "for.i => exit",
"statements" : [
{
"accesses" : [
{
"kind" : "write",
"relation" : "{ Stmt_S[i0] -> MemRef_A[i0] }"
}
],
"domain" : "{ Stmt_S[i0] : i0 >= 0 and i0 <= 1023 }",
"name" : "Stmt_S",
"schedule" : "{ Stmt_S[i0] -> [floor(i0/4) * 4, i0] }"
}
]
}