Skip to content

Commit e2cc9dc

Browse files
committed
Update tests missed because didn't built with asserts
1 parent 7550b95 commit e2cc9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/Transforms/LoopUnroll/peel-loop-pgo-deopt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ attributes #1 = { nounwind optsize }
8686
;CHECK: !16 = !{!"branch_weights", i32 3001, i32 1001}
8787
;CHECK: !17 = distinct !{!17, !18, !19, {{.*}}}
8888
;CHECK: !18 = !{!"llvm.loop.peeled.count", i32 4}
89-
;CHECK: !19 = !{!"llvm.loop.estimated_trip_count", i32 0}
89+
;CHECK: !19 = !{!"llvm.loop.estimated_trip_count", i32 1}
9090

llvm/test/Transforms/LoopUnroll/peel-loop-pgo.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ attributes #1 = { nounwind optsize }
106106
;CHECK: !15 = !{!"branch_weights", i32 3001, i32 1001}
107107
;CHECK: !16 = distinct !{!16, !17, !18, {{.*}}}
108108
;CHECK: !17 = !{!"llvm.loop.peeled.count", i32 4}
109-
;CHECK: !18 = !{!"llvm.loop.estimated_trip_count", i32 0}
109+
;CHECK: !18 = !{!"llvm.loop.estimated_trip_count", i32 1}
110110

0 commit comments

Comments
 (0)