Skip to content

Commit 099e2c7

Browse files
committed
Disable output from test since not checked
1 parent 201b837 commit 099e2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/bug165359.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks=loop-vectorize -debug-only=loop-vectorize &> %t
1+
; RUN: opt < %s -passes=loop-vectorize -S -pass-remarks=loop-vectorize -debug-only=loop-vectorize -disable-output &> %t
22
; RUN: cat %t | FileCheck --check-prefix=CHECK-REMARKS %s
33

44
; CHECK-REMARKS: LV: Recipe with invalid costs prevented vectorization at VF=(vscale x 1): fadd.

0 commit comments

Comments
 (0)