[PATCH] D22119: Extended LoadStoreVectorizer to vectorize subchains.
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 16:20:48 PDT 2016
asbirlea created this revision.
asbirlea added reviewers: llvm-commits, jlebar, arsenm.
Herald added a subscriber: mzolotukhin.
LSV used to abort vectorizing a chain for interleaved load/store accesses that alias.
Allow a valid prefix of the chain to be vectorized, mark just the prefix and retry vectorizing the remaining chain.
http://reviews.llvm.org/D22119
Files:
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
test/Transforms/LoadStoreVectorizer/X86/subchain-interleaved.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22119.63158.patch
Type: text/x-patch
Size: 12495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/afb38f36/attachment.bin>
More information about the llvm-commits
mailing list