[PATCH] D19984: [LV] Preserve order of dependences in interleaved accesses analysis

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 10:55:35 PDT 2016


mssimpso added inline comments.

================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:5058
@@ -5036,3 +5057,3 @@
 
     StrideAccesses[I] = StrideDescriptor(Stride, Scev, Size, Align);
   }
----------------
anemet wrote:
> I am wondering if it's time to change the name of this.  After your change it no longer contains only "interesting" strided accesses.  How about like AccessStrideInfo?
Sounds good to me. I'll rename StridedAccesses prior to committing the current patch.


http://reviews.llvm.org/D19984





More information about the llvm-commits mailing list