aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherwood <david.sherwood@arm.com>2024-06-25 15:51:32 +0100
committerGitHub <noreply@github.com>2024-06-25 15:51:32 +0100
commitec9ce89a0823165e245be8fc095da8a88fb4cf79 (patch)
treeee33ad439a033f434700acda8a1a9bb68bb1dd98
parenta4045299d3024a69746c4fd9517e27e5cef4785e (diff)
downloadllvm-ec9ce89a0823165e245be8fc095da8a88fb4cf79.zip
llvm-ec9ce89a0823165e245be8fc095da8a88fb4cf79.tar.gz
llvm-ec9ce89a0823165e245be8fc095da8a88fb4cf79.tar.bz2
[LoopVectorize] Fix build issue caused by #95920 (#96647)
-rw-r--r--llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
index ba6ced3..487d978 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -passes=loop-vectorize -mattr=+sve -force-vector-width=4 -debug-only=loop-vectorize \
; RUN: -prefer-predicate-over-epilogue=scalar-epilogue -S -disable-output 2>&1 | FileCheck %s
target triple = "aarch64-linux-gnu"