[PATCH] D91077: [LoopVectorizer][SVE] Vectorize a simple loop with with a scalable VF.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 06:17:41 PST 2020


sdesmalen updated this revision to Diff 310169.
sdesmalen marked an inline comment as done.
sdesmalen added a comment.

Rebased patch after D90687 <https://reviews.llvm.org/D90687> and D88962 <https://reviews.llvm.org/D88962> landed. This required a small change to `metadata-width.ll`, because the original test case tries to vectorize an induction variable, which this prototype doesn't yet support.


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

https://reviews.llvm.org/D91077

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/test/Transforms/LoopVectorize/metadata-width.ll
  llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91077.310169.patch
Type: text/x-patch
Size: 25680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/8e5b561e/attachment.bin>


More information about the llvm-commits mailing list