Skip to content

Commit 4993a30

Browse files
committed
[LV] Add missing REQUIRES: asserts to test using -debug.
Fixup for test added in 5fae408.
1 parent 6f3f08a commit 4993a30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/LoopVectorize/uncountable-early-exit-vplan.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
22
; RUN: opt -p loop-vectorize -force-vector-width=4 -force-vector-interleave=1 -S -enable-early-exit-vectorization -debug %s 2>&1 | FileCheck %s
33

4+
; REQUIRES: asserts
5+
46
declare void @init(ptr)
57

68
define i64 @multi_exiting_to_different_exits_live_in_exit_values() {

0 commit comments

Comments
 (0)