[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
Tue Jul 17 04:03:36 PDT 2018


cs15btech11044 updated this revision to Diff 155841.
cs15btech11044 set the repository for this revision to rPLO Polly.
cs15btech11044 added a comment.

- Added the changes related to `IslNodeBuilder` and `IslExprBuilder` which were using ShapeInfo related information
- In `PPCGCodeGeneration`, handling of `polly_array_index()` has been taken care of.
- An extra test case has been added to the `GPGPU/` demonstrating the crash related to improper context generation in the SCoP.


Repository:
  rPLO Polly

https://reviews.llvm.org/D49024

Files:
  include/polly/CodeGen/IslExprBuilder.h
  include/polly/CodeGen/IslNodeBuilder.h
  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/IslExprBuilder.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/Support/ScopHelper.cpp
  lib/Transform/ForwardOpTree.cpp
  test/GPGPU/chpl_2d_init_shapeinfo_ppcg.ll
  test/ScopInfo/chpl_2d_init_shapeinfo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49024.155841.patch
Type: text/x-patch
Size: 69413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180717/293c622c/attachment.bin>


More information about the llvm-commits mailing list