[PATCH] D27919: [Loop Vectorizer] Interleave vs Gather - in some cases Gather is better.

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 02:05:23 PST 2017


delena updated this revision to Diff 86780.
delena added a comment.

I removed hasConsecutiveLikePtrOperand and simplified the code.


Repository:
  rL LLVM

https://reviews.llvm.org/D27919

Files:
  ../lib/Transforms/Vectorize/LoopVectorize.cpp
  ../test/Transforms/LoopVectorize/AArch64/interleaved-vs-scalar.ll
  ../test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
  ../test/Transforms/LoopVectorize/X86/gather-vs-interleave.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27919.86780.patch
Type: text/x-patch
Size: 42183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170202/b977a82d/attachment.bin>


More information about the llvm-commits mailing list