@@ -1024,8 +1024,8 @@ if.end: ; preds = %if.then, %for.body
1024
1024
}
1025
1025
1026
1026
; No peeling is profitable here.
1027
- define void @test15__ivar_mod2_is_1 (i32 %len ) {
1028
- ; CHECK-LABEL: @test15__ivar_mod2_is_1 (
1027
+ define void @test14__ivar_mod2_is_1 (i32 %len ) {
1028
+ ; CHECK-LABEL: @test14__ivar_mod2_is_1 (
1029
1029
; CHECK-NEXT: entry:
1030
1030
; CHECK-NEXT: [[CMP5:%.*]] = icmp sgt i32 [[LEN:%.*]], 0
1031
1031
; CHECK-NEXT: br i1 [[CMP5]], label [[FOR_BODY_PREHEADER:%.*]], label [[FOR_COND_CLEANUP:%.*]]
@@ -1074,8 +1074,8 @@ if.end: ; preds = %if.then, %for.body
1074
1074
}
1075
1075
1076
1076
; No peeling is profitable here.
1077
- define void @test16__ivar_mod2_is_0 (i32 %len ) {
1078
- ; CHECK-LABEL: @test16__ivar_mod2_is_0 (
1077
+ define void @test15__ivar_mod2_is_0 (i32 %len ) {
1078
+ ; CHECK-LABEL: @test15__ivar_mod2_is_0 (
1079
1079
; CHECK-NEXT: entry:
1080
1080
; CHECK-NEXT: [[CMP5:%.*]] = icmp sgt i32 [[LEN:%.*]], 0
1081
1081
; CHECK-NEXT: br i1 [[CMP5]], label [[FOR_BODY_PREHEADER:%.*]], label [[FOR_COND_CLEANUP:%.*]]
@@ -1125,8 +1125,8 @@ if.end: ; preds = %if.then, %for.body
1125
1125
1126
1126
; Similar to @test7, we need to peel one extra iteration, and we can't do that
1127
1127
; as per the -unroll-peel-max-count=4, so this shouldn't be peeled at all.
1128
- define void @test17 (i32 %k ) {
1129
- ; CHECK-LABEL: @test17 (
1128
+ define void @test16 (i32 %k ) {
1129
+ ; CHECK-LABEL: @test16 (
1130
1130
; CHECK-NEXT: for.body.lr.ph:
1131
1131
; CHECK-NEXT: br label [[FOR_BODY:%.*]]
1132
1132
; CHECK: for.body:
@@ -1166,8 +1166,8 @@ for.end:
1166
1166
1167
1167
; Similar to @test8, we need to peel one extra iteration, and we can't do that
1168
1168
; as per the -unroll-peel-max-count=4, so this shouldn't be peeled at all.
1169
- define void @test18 (i32 %k ) {
1170
- ; CHECK-LABEL: @test18 (
1169
+ define void @test17 (i32 %k ) {
1170
+ ; CHECK-LABEL: @test17 (
1171
1171
; CHECK-NEXT: for.body.lr.ph:
1172
1172
; CHECK-NEXT: br label [[FOR_BODY:%.*]]
1173
1173
; CHECK: for.body:
0 commit comments