[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 27 02:37:36 PST 2017


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

Sorry for the delayed response. Updated the patch to include costing for extra shuffle and minor formatting.


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
  test/Transforms/SLPVectorizer/X86/store-jumbled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26905.86031.patch
Type: text/x-patch
Size: 29411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170127/0dcf1a88/attachment-0001.bin>


More information about the llvm-commits mailing list