[llvm] [LV] Fix test issue caused by #145877 (PR #146041)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 02:01:42 PDT 2025


https://github.com/david-arm created https://github.com/llvm/llvm-project/pull/146041

None

>From 5612a2a81b7dfe298d4da26cb45c1e00a872e770 Mon Sep 17 00:00:00 2001
From: David Sherwood <david.sherwood at arm.com>
Date: Fri, 27 Jun 2025 09:00:37 +0000
Subject: [PATCH] [LV] Fix test issue caused by #145877

---
 .../LoopVectorize/single-early-exit-interleave-hint.ll           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll b/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
index 7e9778e4c4262..de8a3c5a8eaf2 100644
--- a/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
+++ b/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
@@ -1,4 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; REQUIRES: asserts
 ; RUN: opt -p loop-vectorize -enable-early-exit-vectorization -force-vector-width=4 \
 ; RUN:   -debug-only=loop-vectorize -S %s 2>%t | FileCheck --check-prefix=VF4IC4 %s
 ; RUN: cat %t | FileCheck --check-prefix=DEBUG %s



More information about the llvm-commits mailing list