Skip to content

[LV] Fix test issue caused by #145877#146041

Merged
david-arm merged 1 commit into
llvm:mainfrom
david-arm:fix_ee_ic_hint
Jun 27, 2025
Merged

[LV] Fix test issue caused by #145877#146041
david-arm merged 1 commit into
llvm:mainfrom
david-arm:fix_ee_ic_hint

Conversation

@david-arm

Copy link
Copy Markdown
Contributor

No description provided.

@llvmbot

llvmbot commented Jun 27, 2025

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-llvm-transforms

Author: David Sherwood (david-arm)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/146041.diff

1 Files Affected:

  • (modified) llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll (+1)
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

@david-arm david-arm merged commit ddb8493 into llvm:main Jun 27, 2025
7 of 9 checks passed
@david-arm david-arm deleted the fix_ee_ic_hint branch January 5, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants