[PATCH] D95363: [SVE][LoopVectorize] Add support for scalable vectorization of loops with vector reverse

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 7 10:41:51 PST 2021


CarolineConcatto updated this revision to Diff 321998.
CarolineConcatto added a comment.

- Move cost function for Shuffle reverse to D93639 <https://reviews.llvm.org/D93639>
- Use getRunTimeVF to compute the runtime vector size for scalable vector
- add tests for fixed vector


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95363

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/sve-vector-reverse.ll
  llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95363.321998.patch
Type: text/x-patch
Size: 16576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210207/171abdcf/attachment.bin>


More information about the llvm-commits mailing list