[all-commits] [llvm/llvm-project] 62ee63: [NFC] Add tests for scalable vectorization of loop...
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Mon Apr 19 03:17:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62ee638a870002760be515c6239592a2a950d4dd
https://github.com/llvm/llvm-project/commit/62ee638a870002760be515c6239592a2a950d4dd
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
A llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list