[PATCH] D23962: [Polly] Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 27 10:07:48 PDT 2016
Meinersbur added a comment.
Since we can only change scalar accesses to array accesses (not the other way around), instead of the Original/Latest scheme I could also imagine the following accessors:
isArrayTarget()
getTargetScopArrayInfo()
getTargetBaseAddress()
getTargetAccessRelation()
that would always return the latest information, and keep the old ones.
https://reviews.llvm.org/D23962
More information about the llvm-commits
mailing list