[PATCH] D48874: [Polly] [WIP] Introduce ShapeInfo into polly.
Siddharth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 09:19:01 PDT 2018
bollu added a comment.
@Meinersbur in polly, we use sizes per dimension, so the `sizes` data structure actually stores the size of a dimension. In the "stride" version, we rather store the "block size" of each dimension, which is akin to the Fortran representation, and the representation (if I understand the chapel representation correctly).
Repository:
rPLO Polly
https://reviews.llvm.org/D48874
More information about the llvm-commits
mailing list