Skip to content

Commit 0ce0ea9

Browse files
committed
apply --check-globals=none
1 parent 218fe3d commit 0ce0ea9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

llvm/test/Transforms/LoopVectorize/single-scalar-cast-minbw.ll

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
1+
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 5
22
; RUN: opt -passes=loop-vectorize -force-vector-width=4 -S %s | FileCheck %s
33

44
define void @minbw_cast(ptr %dst, i64 %n, i1 %bool1, i1 %bool2) {
@@ -62,9 +62,3 @@ loop:
6262
exit:
6363
ret void
6464
}
65-
;.
66-
; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
67-
; CHECK: [[META1]] = !{!"llvm.loop.isvectorized", i32 1}
68-
; CHECK: [[META2]] = !{!"llvm.loop.unroll.runtime.disable"}
69-
; CHECK: [[LOOP3]] = distinct !{[[LOOP3]], [[META2]], [[META1]]}
70-
;.

0 commit comments

Comments
 (0)