mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 08:58:30 +00:00
![Tobias Grosser](/assets/img/avatar_default.png)
http://polly.llvm.org/example_manual_matmul.html which illustrates individual passes of Polly, has been ported to reStructuredText and necessary changes have been made to the configuration files used by SPHINX to include the new source as a part of the documentation. Contributed-by: Singapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com> Differential Revision: https://reviews.llvm.org/D25163 llvm-svn: 294735
58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
{
|
|
"arrays" : [
|
|
{
|
|
"name" : "MemRef_C",
|
|
"sizes" : [ "1536" ],
|
|
"type" : "float"
|
|
},
|
|
{
|
|
"name" : "MemRef_A",
|
|
"sizes" : [ "1536" ],
|
|
"type" : "float"
|
|
},
|
|
{
|
|
"name" : "MemRef_B",
|
|
"sizes" : [ "1536" ],
|
|
"type" : "float"
|
|
}
|
|
],
|
|
"context" : "{ : }",
|
|
"name" : "%for.cond1.preheader---%for.end30",
|
|
"statements" : [
|
|
{
|
|
"accesses" : [
|
|
{
|
|
"kind" : "write",
|
|
"relation" : "{ Stmt_for_body3[i0, i1] -> MemRef_C[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] -> [0, i0, i1, 0] }"
|
|
},
|
|
{
|
|
"accesses" : [
|
|
{
|
|
"kind" : "read",
|
|
"relation" : "{ Stmt_for_body8[i0, i1, i2] -> MemRef_C[i0, i1] }"
|
|
},
|
|
{
|
|
"kind" : "read",
|
|
"relation" : "{ Stmt_for_body8[i0, i1, i2] -> MemRef_A[i0, i2] }"
|
|
},
|
|
{
|
|
"kind" : "read",
|
|
"relation" : "{ Stmt_for_body8[i0, i1, i2] -> MemRef_B[i2, i1] }"
|
|
},
|
|
{
|
|
"kind" : "write",
|
|
"relation" : "{ Stmt_for_body8[i0, i1, i2] -> MemRef_C[i0, i1] }"
|
|
}
|
|
],
|
|
"domain" : "{ Stmt_for_body8[i0, i1, i2] : 0 <= i0 <= 1535 and 0 <= i1 <= 1535 and 0 <= i2 <= 1535 }",
|
|
"name" : "Stmt_for_body8",
|
|
"schedule" : "{ Stmt_for_body8[i0, i1, i2] -> [1, i0, i2, i1] }"
|
|
}
|
|
]
|
|
}
|