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

SAHIL GIRISH YERAWAR via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 08:04:58 PDT 2018


cs15btech11044 updated this revision to Diff 155184.
cs15btech11044 added a comment.

Updates made in this patch:

- There were some places which were strictly using size representation for their purpose. These failed whenever we relied on stride based representation. Some changes were made to ShapeInfo to allow flexible usage of Sizes or Shapes vector depending on their availability.

Test case is not yet updated. I will update it in the next diff update.


https://reviews.llvm.org/D49024

Files:
  include/polly/ScopBuilder.h
  include/polly/ScopInfo.h
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopBuilder.cpp
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/Support/ScopHelper.cpp
  lib/Transform/ForwardOpTree.cpp
  test/ScopInfo/chpl_2d_init_shapeinfo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49024.155184.patch
Type: text/x-patch
Size: 47465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/8fe2d93a/attachment.bin>


More information about the llvm-commits mailing list