graphite-interchange.c (memory_stride_in_loop): Fix comments.
2009-10-15 Sebastian Pop <sebastian.pop@amd.com> * graphite-interchange.c (memory_stride_in_loop): Fix comments. From-SVN: r154594
This commit is contained in:
parent
5c6c42c98d
commit
23159c5610
@ -1,3 +1,7 @@
|
||||
2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
* graphite-interchange.c (memory_stride_in_loop): Fix comments.
|
||||
|
||||
2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
* graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the
|
||||
|
@ -169,7 +169,7 @@ memory_stride_in_loop (Value stride, graphite_dim_t depth, poly_dr_p pdr)
|
||||
ppl_Pointset_Powerset_C_Polyhedron_add_constraint (p1, new_cstr);
|
||||
}
|
||||
|
||||
/* Now intersect all the parts to get:
|
||||
/* Now intersect all the parts to get the polyhedron P1:
|
||||
T|I|0|0|G|0|0|0 |0
|
||||
0|I|0|0|G|S|0|0 |0
|
||||
0|0|0|0|0|S|0|l1|0
|
||||
@ -196,7 +196,7 @@ memory_stride_in_loop (Value stride, graphite_dim_t depth, poly_dr_p pdr)
|
||||
|
||||
map = ppl_new_id_map (new_dim);
|
||||
|
||||
/* T->T' and I->I'. */
|
||||
/* TI -> T'I'. */
|
||||
for (i = 0; i < offset; i++)
|
||||
ppl_interchange (map, i, i + offset);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user