[PATCH] D21620: [LV] Don't widen trivial induction variables
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 14:39:45 PDT 2016
mssimpso updated this revision to Diff 62427.
mssimpso marked 4 inline comments as done.
mssimpso added a comment.
Addressed Adam's comments.
- Refactored the integer induction widening (http://reviews.llvm.org/D21903) and rebased.
- Updated comments.
- Added the test case from the PR mentioned in discussions.
http://reviews.llvm.org/D21620
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/gep_with_bitcast.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/iv_outside_user.ll
test/Transforms/LoopVectorize/reverse_induction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21620.62427.patch
Type: text/x-patch
Size: 19677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160630/652aa9f2/attachment.bin>
More information about the llvm-commits
mailing list