[PATCH] D43339: [SLP] Vectorize reversed stores.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 09:18:54 PST 2018


ABataev created this revision.
ABataev added reviewers: RKSimon, spatel, hfinkel, mkuper.

Patch adds support for vectorization of the reversed stores. The value
operands are vectorized and then shuffled in the reverse order before
store.


Repository:
  rL LLVM

https://reviews.llvm.org/D43339

Files:
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/X86/stores_vectorize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43339.134443.patch
Type: text/x-patch
Size: 9214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/369b68e0/attachment.bin>


More information about the llvm-commits mailing list