Skip to content

Commit 6420dd8

Browse files
committed
[LV] Add missing REQUIRES: asserts to new test from #188126.
Test checks debug output, and requires asserts.
1 parent 9c3105b commit 6420dd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/binop-costs.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_analyze_test_checks.py UTC_ARGS: --filter "[Cc]ost.*udiv"
22
; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize %s -S -o - 2>&1 | FileCheck %s
33

4+
; REQUIRES: asserts
5+
46
target triple = "arm64-apple-macosx"
57

68
define void @udiv_rhs_opt_cost(ptr %dst) #0 {

0 commit comments

Comments
 (0)