[PATCH] D31979: [LV] Fix the vector code generation for first order recurrence

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 12:16:16 PDT 2017


anna updated this revision to Diff 95017.
anna marked 3 inline comments as done.
anna added a comment.

Handle code gen when loop unrolled but not vectorized.
Unconditionally generate the second extract, and other minor changes based on review.


https://reviews.llvm.org/D31979

Files:
  lib/Transforms/Utils/LoopUtils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll
  test/Transforms/LoopVectorize/first-order-recurrence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31979.95017.patch
Type: text/x-patch
Size: 9373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/8a97d87b/attachment.bin>


More information about the llvm-commits mailing list