================
@@ -2,6 +2,7 @@
 ; RUN: opt -passes=loop-vectorize -enable-epilogue-vectorization=false 
-mattr=+neon,+dotprod -force-vector-interleave=1 -S < %s | FileCheck %s 
--check-prefixes=CHECK-INTERLEAVE1
 ; RUN: opt -passes=loop-vectorize -enable-epilogue-vectorization=false 
-mattr=+neon,+dotprod -S < %s | FileCheck %s --check-prefixes=CHECK-INTERLEAVED
 ; RUN: opt -passes=loop-vectorize -enable-epilogue-vectorization=false 
-mattr=+neon,+dotprod -force-vector-interleave=1 -vectorizer-maximize-bandwidth 
-S < %s | FileCheck %s --check-prefixes=CHECK-MAXBW
+; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize --disable-output 
-S < %s 2>&1 | FileCheck %s --check-prefix=CHECK-REGS
----------------
david-arm wrote:

Still missing a `REQUIRES: asserts`

https://github.com/llvm/llvm-project/pull/133090
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to