[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
Mon Mar 8 05:34:46 PST 2021


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

- Fix nit in the .ll tests and LoopVectorize.cpp
- Remote copied getRunTimeVF from LoopVectorize.cpp
- Move CreateVectorReverse implementation from IRBuilder.h to IRBuilder.cpp


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/IR/IRBuilder.cpp
  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.328984.patch
Type: text/x-patch
Size: 21132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210308/6745ea91/attachment-0001.bin>


More information about the llvm-commits mailing list