[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
Fri Jan 6 02:08:29 PST 2017


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

Updated the patch to fix the assertion observed by Simon (thanks for the reduced test) and other comments.


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.83352.patch
Type: text/x-patch
Size: 24758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170106/e438840b/attachment.bin>


More information about the llvm-commits mailing list