[PATCH] D49024: [Polly] [WIP] Introduce ShapeInfo into polly for sizes and strides.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 09:20:21 PDT 2018


philip.pfaffe added a comment.

I raised this concern already on Siddharth's version, but if this will succeed that I'll need to repeat it hear: `ShapeInfo` is pretty spaghetti, this should be fundamentally redesigned.

Why do we need to differentiate between strided and sized arrays? When does it matter? Physically these arrays are identical, so when are they treated differently?


Repository:
  rPLO Polly

https://reviews.llvm.org/D49024





More information about the llvm-commits mailing list