[PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 08:34:05 PDT 2016


bmakam updated the summary for this revision.
bmakam updated this revision to Diff 69694.
bmakam added a comment.

Merge the two versions of isConsecutiveAccess into LoopAccessAnalysis and remove the implementation in LoadStoreVectorizer.


https://reviews.llvm.org/D23854

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/X86/consecutive-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23854.69694.patch
Type: text/x-patch
Size: 16228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160830/46f2519c/attachment.bin>


More information about the llvm-commits mailing list