[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 14:33:32 PDT 2016


mssimpso updated this revision to Diff 70601.
mssimpso marked 2 inline comments as done.
mssimpso added a comment.

Addressed Michael's comments. Thanks!

- Pulled out all scalarization checks from vectorizeMemoryInstruction into shared function.
- Updated irregular type check to remove VF as previously mentioned.
- Added some additional comments.


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.70601.patch
Type: text/x-patch
Size: 19918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160907/65d45c3f/attachment.bin>


More information about the llvm-commits mailing list