[PATCH] D24511: [LV] Process pointer IVs with PHINodes in collectLoopUniforms

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 12:14:22 PDT 2016


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

Addressed Michael's comments.

- Updated UsersAreMemAccesses to check that uses are pointer operands.
- Added a new test case for the discussed code fragment.
- Rebased on top of the NFC clean up.


https://reviews.llvm.org/D24511

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24511.71214.patch
Type: text/x-patch
Size: 10483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160913/4a744c91/attachment.bin>


More information about the llvm-commits mailing list