Skip to content

Commit 1a07e39

Browse files
authored
Update basic_vec_annotate.ll
1 parent 7a51d22 commit 1a07e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/test/CodeGen/Metadata/basic_vec_annotate.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
; CHECK: polly.stmt.for.body:
1414
; CHECK: br {{.*}} !llvm.loop [[POLLY_LOOP:![0-9]+]]
1515
; CHECK: [[LOOP]] = distinct !{[[LOOP]], [[META2:![0-9]+]], [[META3:![0-9]+]]}
16-
; CHECK: [[META3]] = !{!"llvm.loop.vectorize.enable", i1 false}
16+
; CHECK: [[META3]] = !{!"llvm.loop.vectorize.enable", i32 0}
1717
; CHECK: [[POLLY_LOOP]] = distinct !{[[POLLY_LOOP]], [[META2:![0-9]+]], [[META3:![0-9]+]]}
1818
; CHECK: [[META3]] = !{!"llvm.loop.vectorize.enable", i1 true}
1919

0 commit comments

Comments
 (0)