[PATCH] D17246: [Polly] Allow all combinations of types and subscripts for memory accesses
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 08:50:17 PST 2016
grosser added inline comments.
================
Comment at: lib/Analysis/ScopInfo.cpp:328
@@ +327,3 @@
+ // obvious again. However, if the index is not divisible by the element
+ // size we will bail out.
+ if (DimsAccess == 1) {
----------------
This comment might need an update as well. The last sentence does not seem to hold any more.
http://reviews.llvm.org/D17246
More information about the llvm-commits
mailing list