[PATCH] D98509: [LV] Calculate max feasible scalable VF.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 13:25:18 PDT 2021


sdesmalen updated this revision to Diff 337246.
sdesmalen marked 6 inline comments as done.
sdesmalen added a comment.

- Addressed nits.
- s/MaxVectorSize/MaxVectorElementCount/ (because it's not actually a size, but an element count).


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

https://reviews.llvm.org/D98509

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-reductions.ll
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-vf-analysis.ll
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-vf-hint.ll
  llvm/test/Transforms/LoopVectorize/scalable-vf-hint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98509.337246.patch
Type: text/x-patch
Size: 36797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/7eda8f0b/attachment.bin>


More information about the llvm-commits mailing list