[PATCH] D19984: [LV] Preserve order of dependences in interleaved accesses analysis
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 13:57:22 PDT 2016
mssimpso updated this revision to Diff 57671.
mssimpso added a comment.
Addressed Silviu's comments.
Hi Silviu,
I've updated the patch to use LAA for checking for the presence of dependences like you suggested. This is actually much simpler. Thanks! I had to make one change to LAA: We now try to prove strided accesses independent before handling the negative distance cases.
Matt.
http://reviews.llvm.org/D19984
Files:
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/interleaved-accesses.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19984.57671.patch
Type: text/x-patch
Size: 17776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160518/0a309a6d/attachment.bin>
More information about the llvm-commits
mailing list