[PATCH] D24271: [LV] Don't mark pointers used by scalarized memory accesses uniform
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 09:00:49 PDT 2016
mssimpso updated this revision to Diff 70542.
mssimpso marked 3 inline comments as done.
mssimpso added a comment.
Addressed Michael's comments. Thanks!
- Added a test case for reverse consecutive pointers. Reverse consecutive pointers and the pointers for reverse interleaved groups remain uniform.
- Added a shared helper for predicated stores
- Added a shared helper for irregular types (parameterized by VF)
https://reviews.llvm.org/D24271
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24271.70542.patch
Type: text/x-patch
Size: 19211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160907/03567ea3/attachment.bin>
More information about the llvm-commits
mailing list