[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
Fri Mar 5 01:23:00 PST 2021


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

- Add tests for when vector.reverse needs to reverse a mask
- improve code in LoopVectorize.cpp
- C&P function getRunTimeVF from D95139 <https://reviews.llvm.org/D95139>


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-mask4.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-vector-reverse.ll
  llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse-mask4.ll
  llvm/test/Transforms/LoopVectorize/AArch64/vector-reverse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95363.328434.patch
Type: text/x-patch
Size: 20511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/57552b84/attachment.bin>


More information about the llvm-commits mailing list