[PATCH] D48874: [Polly] [WIP] Introduce ShapeInfo into polly.
Siddharth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 04:39:42 PDT 2018
bollu created this revision.
bollu added reviewers: Meinersbur, grosser, philip.pfaffe.
Herald added a subscriber: llvm-commits.
- Create a representation in Polly to disambiguate size based and stride based representations of arrays.
- Need to move ScopDetection code to detect these strided arrays.
- Need to move backend code (PPCGCodeGeneration) to this new representation.
- I have never taught Codegen about strided arrays, so that is something we would need to do as well.
Repository:
rPLO Polly
https://reviews.llvm.org/D48874
Files:
include/polly/ScopBuilder.h
include/polly/ScopInfo.h
lib/Analysis/ScopBuilder.cpp
lib/Analysis/ScopInfo.cpp
lib/Transform/ForwardOpTree.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48874.153895.patch
Type: text/x-patch
Size: 28756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/7b207964/attachment.bin>
More information about the llvm-commits
mailing list