[llvm] Fix test issue introduced by e762d4dac762a3fc27c6e251086b6645d7543bb2 (PR #109254)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 02:03:40 PDT 2024
https://github.com/david-arm created https://github.com/llvm/llvm-project/pull/109254
None
>From e820427acf4af366bc596353bd2325e08cf79f04 Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Thu, 19 Sep 2024 09:02:02 +0000
Subject: [PATCH] Fix test issue introduced by
e762d4dac762a3fc27c6e251086b6645d7543bb2
---
llvm/test/Transforms/LoopVectorize/simple_early_exit.ll | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll b/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
index f905bcd73dc952..dcf5c9d8ac64d1 100644
--- a/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
+++ b/llvm/test/Transforms/LoopVectorize/simple_early_exit.ll
@@ -1,4 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; REQUIRES: asserts
; RUN: opt -S < %s -p loop-vectorize -debug-only=loop-vectorize 2>%t | FileCheck %s --check-prefixes=CHECK
; RUN: cat %t | FileCheck %s --check-prefix=DEBUG
More information about the llvm-commits
mailing list