[llvm] [AArch64][SLP] Add NFC test cases for floating point reductions (PR #106507)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 03:02:24 PDT 2024
================
@@ -0,0 +1,1232 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=slp-vectorizer -mtriple=aarch64-unknown-linux -S | FileCheck %s
+; RUN: opt < %s -passes=slp-vectorizer -mtriple=aarch64-unknown-linux -mcpu=neoverse-v2 \
+; RUN: -S | FileCheck %s --check-prefix=NEOV2
----------------
davemgreen wrote:
Different based on the cpu or based on -mattr=+fullfp16 or -mattr=+sve2?
https://github.com/llvm/llvm-project/pull/106507
More information about the llvm-commits
mailing list