Skip to content

Commit 3104a42

Browse files
committed
Rebasing tests that changed in llvm#70272 for addressing reviewer comments
1 parent e9e0c86 commit 3104a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -tiny-trip-count-interleave-threshold=32 -p loop-vectorize -S -pass-remarks=loop-vectorize 2>&1 | FileCheck %s
1+
; RUN: opt < %s -tiny-trip-count-interleave-threshold=32 -p loop-vectorize -S -pass-remarks=loop-vectorize -disable-output 2>&1 | FileCheck %s
22
; TODO: remove -tiny-trip-count-interleave-threshold once the interleave threshold is removed
33

44
target triple = "aarch64-linux-gnu"

0 commit comments

Comments
 (0)