[PATCH] D48874: [Polly] [WIP] Introduce ShapeInfo into polly.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 05:02:23 PDT 2018


philip.pfaffe added a comment.

Before going into the details and nits:

Why isn't ShapeInfo a sum type? If you're worried about this, since both summands would be structurally identical, you can even distinguish using a single tag to save you some implementation time.


Repository:
  rPLO Polly

https://reviews.llvm.org/D48874





More information about the llvm-commits mailing list