[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 02:55:02 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:
I think you can remove the V2 results from here now, unless you expect them to be different.
https://github.com/llvm/llvm-project/pull/106507
More information about the llvm-commits
mailing list