[PATCH] D26905: [SLP] Vectorize loads of consecutive memory accesses, accessed in non-consecutive (jumbled) way.

Shahid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 01:11:31 PST 2016


ashahid updated this revision to Diff 80234.
ashahid added a comment.

Updated the review comments accordingly.


https://reviews.llvm.org/D26905

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/X86/jumbled-load.ll
  test/Transforms/SLPVectorizer/X86/reduction_loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26905.80234.patch
Type: text/x-patch
Size: 26324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161205/41963c52/attachment.bin>


More information about the llvm-commits mailing list