[NFC] Add tests for scalable vectorization of loops with in-order reductions
authorKerry McLaughlin <kerry.mclaughlin@arm.com>
Mon, 19 Apr 2021 09:47:05 +0000 (10:47 +0100)
committerKerry McLaughlin <kerry.mclaughlin@arm.com>
Mon, 19 Apr 2021 10:15:55 +0000 (11:15 +0100)
commit62ee638a870002760be515c6239592a2a950d4dd
treeebcbc2163612497e775b56e8935fb731bbf81c20
parent32219c8c44787c79edbd68962b554860338651e8
[NFC] Add tests for scalable vectorization of loops with in-order reductions

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.

Reviewed By: david-arm

Differential Revision: https://reviews.llvm.org/D100385
llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll [new file with mode: 0644]