[llvm] [SLP] Move some of X86 tests to common directory (PR #107587)

Elvina Yakubova via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 08:16:43 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
----------------
ElvinaYakubova wrote:

They are passing on other targets as well now, shouldn't we give it a try to enable for everything?

https://github.com/llvm/llvm-project/pull/107587


More information about the llvm-commits mailing list