[PATCH] D22867: [LV] Untangle the concepts of uniform and scalar

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 13:37:51 PDT 2016


mssimpso updated this revision to Diff 66168.
mssimpso added a comment.

Addressed comments from Michael and Wei.

- Use isScalarAfterVectorization in collectValuesToIngore instead of isUniformAfterVectorization
- Precompute isScalarAfterVectorization like we do for isUniformAfterVectorization.


https://reviews.llvm.org/D22867

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/induction.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22867.66168.patch
Type: text/x-patch
Size: 14600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160729/31210a73/attachment.bin>


More information about the llvm-commits mailing list