Skip to content

Commit ec9ce89

Browse files
authored
[LoopVectorize] Fix build issue caused by llvm#95920 (llvm#96647)
1 parent a404529 commit ec9ce89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: asserts
12
; RUN: opt < %s -passes=loop-vectorize -mattr=+sve -force-vector-width=4 -debug-only=loop-vectorize \
23
; RUN: -prefer-predicate-over-epilogue=scalar-epilogue -S -disable-output 2>&1 | FileCheck %s
34
target triple = "aarch64-linux-gnu"

0 commit comments

Comments
 (0)