[PATCH] D101076: [SVE][LoopVectorize] Add support for scalable vectorization of first-order recurrences

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 07:52:19 PDT 2021


kmclaughlin updated this revision to Diff 340524.
kmclaughlin added a comment.

- Removed `VF.isScalable()` calls added to fixFirstOrderRecurrence and applied the 'scalable' path to all vector types


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

https://reviews.llvm.org/D101076

Files:
  llvm/include/llvm/IR/IRBuilder.h
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101076.340524.patch
Type: text/x-patch
Size: 31482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/a629cf81/attachment.bin>


More information about the llvm-commits mailing list