[PATCH] D77635: [LV] Vectorize with FoldTail when Primary Induction is absent

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 13:35:37 PDT 2020


Ayal updated this revision to Diff 256097.
Ayal added a comment.

Address comments, use CanonicalIV instead of overloading the original PrimaryInduction term, update some comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77635/new/

https://reviews.llvm.org/D77635

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/test/Transforms/LoopVectorize/X86/small-size.ll
  llvm/test/Transforms/LoopVectorize/tail-folding-counting-down.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77635.256097.patch
Type: text/x-patch
Size: 11228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/cf4d6ccf/attachment.bin>


More information about the llvm-commits mailing list