[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 Dec 23 03:08:14 PST 2016


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

Updated the patch for the recent review comments which resolves the regressions in the given tests.


https://reviews.llvm.org/D26905

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26905.82406.patch
Type: text/x-patch
Size: 27479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161223/d4ef1d1e/attachment-0001.bin>


More information about the llvm-commits mailing list