[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
Sat Jan 28 10:10:56 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL293386: [SLP] Vectorize loads of consecutive memory accesses, accessed in non… (authored by ashahid).

Changed prior to commit:
  https://reviews.llvm.org/D26905?vs=86031&id=86180#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26905

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26905.86180.patch
Type: text/x-patch
Size: 29609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170128/78828151/attachment.bin>


More information about the llvm-commits mailing list