[all-commits] [llvm/llvm-project] 2251f3: [SLP][AArch64] Add SLP vectorizer regression test....
RosieSumpter via All-commits
all-commits at lists.llvm.org
Mon Jun 21 08:31:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2251f33bef387572419679701c69e833a4a4567f
https://github.com/llvm/llvm-project/commit/2251f33bef387572419679701c69e833a4a4567f
Author: Rosie Sumpter <rosie.sumpter at arm.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
A llvm/test/Transforms/SLPVectorizer/AArch64/slp-or-reduction.ll
Log Message:
-----------
[SLP][AArch64] Add SLP vectorizer regression test. NFC
This test is for a missed SLP vectorizer opportunity, reported here
https://bugs.llvm.org/show_bug.cgi?id=44593. This is due to a cost
modelling issue with vector reduction intrinsics which will be
fixed in a future commit (see https://reviews.llvm.org/D104538).
More information about the All-commits
mailing list