[PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 06:54:55 PDT 2016


delena added a subscriber: roman.shirokiy.
delena updated this revision to Diff 59716.
delena added a comment.
Herald added a subscriber: sanjoy.

I used getPtrStride() as Ayal suggested. I also put extracting stride from GEP to a separate function.


Repository:
  rL LLVM

http://reviews.llvm.org/D20789

Files:
  ../lib/Transforms/Vectorize/LoopVectorize.cpp
  ../test/Transforms/LoopVectorize/consec_no_gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20789.59716.patch
Type: text/x-patch
Size: 7925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160606/1393cda2/attachment.bin>


More information about the llvm-commits mailing list