We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664d0c0 commit c210167Copy full SHA for c210167
llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
@@ -1045,10 +1045,10 @@ exit:
1045
!12 = !{!"these_are_not_the_branch_weights_you_are_looking_for", i32 3, i32 5}
1046
!13 = !{!"branch_weights", i32 2, i32 3}
1047
!14 = !{!"branch_weights", i32 4, i32 7}
1048
-!15 = !{!"branch_weights", i32 2000, i32 1}
1049
-!16 = !{!"branch_weights", i32 1, i32 2000}
1050
-!17 = !{!"branch_weights", i32 1999, i32 1}
1051
-!18 = !{!"branch_weights", i32 1, i32 1999}
+!15 = !{!"branch_weights", i32 99, i32 1}
+!16 = !{!"branch_weights", i32 1, i32 99}
+!17 = !{!"branch_weights", i32 98, i32 1}
+!18 = !{!"branch_weights", i32 1, i32 98}
1052
!19 = !{!"branch_weights", i32 0, i32 0}
1053
1054
; CHECK: !0 = !{!"branch_weights", i32 5, i32 11}
0 commit comments