[llvm] [SLP] Move some of X86 tests to common directory (PR #107587)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 6 09:53:04 PDT 2024
================
@@ -3,9 +3,6 @@
; RUN: opt -S -passes=slp-vectorizer -slp-threshold=0 < %s | FileCheck %s --check-prefixes=CHECK,NOTHRESHOLD
; RUN: opt -S -passes=slp-vectorizer -slp-threshold=-10000 -slp-min-tree-size=0 < %s | FileCheck %s --check-prefixes=CHECK,MINTREESIZE
----------------
alexey-bataev wrote:
If you removeŠ² tripple, it executes with the default target implementation. It is not aarch64 or x86, it just gives some default numbers. If you want to make it run for aarch64, need still to specify aarch64/x86 explicitly
https://github.com/llvm/llvm-project/pull/107587
More information about the llvm-commits
mailing list