[PATCH] D19984: [LV] Preserve order of dependences in interleaved accesses analysis
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 10:54:59 PDT 2016
mssimpso updated this revision to Diff 57821.
mssimpso marked 4 inline comments as done.
mssimpso added a comment.
Addressed comments from Silviu and Adam.
Thanks very much for all the feedback! I agree, this is definitely looking better. In this update, I pre-process the dependences to enable constant-time queries like Silviu suggested, and I address Adam's latest comments.
http://reviews.llvm.org/D19984
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/interleaved-accesses.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19984.57821.patch
Type: text/x-patch
Size: 16863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160519/aa295a6c/attachment.bin>
More information about the llvm-commits
mailing list