[llvm] ddb8493 - [LV] Fix test issue caused by #145877 (#146041)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 02:03:01 PDT 2025
Author: David Sherwood
Date: 2025-06-27T10:02:57+01:00
New Revision: ddb8493ca75791643748120a552b624609653013
URL: https://github.com/llvm/llvm-project/commit/ddb8493ca75791643748120a552b624609653013
DIFF: https://github.com/llvm/llvm-project/commit/ddb8493ca75791643748120a552b624609653013.diff
LOG: [LV] Fix test issue caused by #145877 (#146041)
Added:
Modified:
llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
Removed:
################################################################################
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