Skip to content

Commit 5865a74

Browse files
committed
Require asserts in newly added test
1 parent 8fbed68 commit 5865a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/loopvectorize-costmodel.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: x86-registered-target
1+
# REQUIRES: x86-registered-target, asserts
22

33
## Check that --filter works properly.
44
# RUN: cp -f %S/Inputs/x86-loopvectorize-costmodel.ll %t.ll && %update_analyze_test_checks --filter "LV: Found an estimated cost of [0-9]+ for VF [0-9]+ For instruction:\s*%v0 = load float, float\* %in0, align 4" %t.ll

0 commit comments

Comments
 (0)