[PATCH] D100385: [NFC] Add tests for scalable vectorization of loops with in-order reductions

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 07:06:35 PDT 2021


kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, dmgreen, david-arm, fhahn, peterwaller-arm.
kmclaughlin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

D98435 <https://reviews.llvm.org/D98435> added support for in-order reductions and included tests for fixed-width
vectorization with the -enable-strict-reductions flag.

This patch adds similar tests to verify support for scalable vectorization of loops
with in-order reductions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100385

Files:
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100385.337139.patch
Type: text/x-patch
Size: 13764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/b84f412a/attachment.bin>


More information about the llvm-commits mailing list