[llvm] [LoopVectorize] Fix build issue caused by #95920 (PR #96647)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 07:49:57 PDT 2024
https://github.com/david-arm created https://github.com/llvm/llvm-project/pull/96647
None
>From bcca4b44625891ac36f676468b737d1e4a150b3a Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Tue, 25 Jun 2024 14:48:22 +0000
Subject: [PATCH] [LoopVectorize] Fix build issue caused by #95920
---
llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-invalid-costs.ll
index ba6ced3bed8eb..487d9788a13fc 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"
More information about the llvm-commits
mailing list