aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/float-shrink-compare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/float-shrink-compare.ll')
-rw-r--r--test/Transforms/InstCombine/float-shrink-compare.ll28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/Transforms/InstCombine/float-shrink-compare.ll b/test/Transforms/InstCombine/float-shrink-compare.ll
index 0b93e841dc..26f77a7f70 100644
--- a/test/Transforms/InstCombine/float-shrink-compare.ll
+++ b/test/Transforms/InstCombine/float-shrink-compare.ll
@@ -9,7 +9,7 @@ define i32 @test1(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test1
+; CHECK-LABEL: @test1(
; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
; CHECK-NEXT: fcmp oeq float %ceilf, %y
}
@@ -21,7 +21,7 @@ define i32 @test2(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test2
+; CHECK-LABEL: @test2(
; CHECK-NEXT: %fabsf = call float @fabsf(float %x)
; CHECK-NEXT: fcmp oeq float %fabsf, %y
}
@@ -33,7 +33,7 @@ define i32 @test3(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test3
+; CHECK-LABEL: @test3(
; CHECK-NEXT: %floorf = call float @floorf(float %x)
; CHECK-NEXT: fcmp oeq float %floorf, %y
}
@@ -45,7 +45,7 @@ define i32 @test4(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test4
+; CHECK-LABEL: @test4(
; CHECK-NEXT: %nearbyintf = call float @nearbyintf(float %x)
; CHECK-NEXT: fcmp oeq float %nearbyintf, %y
}
@@ -57,7 +57,7 @@ define i32 @test5(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test5
+; CHECK-LABEL: @test5(
; CHECK-NEXT: %rintf = call float @rintf(float %x)
; CHECK-NEXT: fcmp oeq float %rintf, %y
}
@@ -69,7 +69,7 @@ define i32 @test6(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test6
+; CHECK-LABEL: @test6(
; CHECK-NEXT: %roundf = call float @roundf(float %x)
; CHECK-NEXT: fcmp oeq float %roundf, %y
}
@@ -81,7 +81,7 @@ define i32 @test7(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %2, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test7
+; CHECK-LABEL: @test7(
; CHECK-NEXT: %truncf = call float @truncf(float %x)
; CHECK-NEXT: fcmp oeq float %truncf, %y
}
@@ -93,7 +93,7 @@ define i32 @test8(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test8
+; CHECK-LABEL: @test8(
; CHECK-NEXT: %ceilf = call float @ceilf(float %x)
; CHECK-NEXT: fcmp oeq float %ceilf, %y
}
@@ -105,7 +105,7 @@ define i32 @test9(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test9
+; CHECK-LABEL: @test9(
; CHECK-NEXT: %fabsf = call float @fabsf(float %x)
; CHECK-NEXT: fcmp oeq float %fabsf, %y
}
@@ -117,7 +117,7 @@ define i32 @test10(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test10
+; CHECK-LABEL: @test10(
; CHECK-NEXT: %floorf = call float @floorf(float %x)
; CHECK-NEXT: fcmp oeq float %floorf, %y
}
@@ -129,7 +129,7 @@ define i32 @test11(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test11
+; CHECK-LABEL: @test11(
; CHECK-NEXT: %nearbyintf = call float @nearbyintf(float %x)
; CHECK-NEXT: fcmp oeq float %nearbyintf, %y
}
@@ -141,7 +141,7 @@ define i32 @test12(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test12
+; CHECK-LABEL: @test12(
; CHECK-NEXT: %rintf = call float @rintf(float %x)
; CHECK-NEXT: fcmp oeq float %rintf, %y
}
@@ -153,7 +153,7 @@ define i32 @test13(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test13
+; CHECK-LABEL: @test13(
; CHECK-NEXT: %roundf = call float @roundf(float %x)
; CHECK-NEXT: fcmp oeq float %roundf, %y
}
@@ -165,7 +165,7 @@ define i32 @test14(float %x, float %y) nounwind uwtable {
%4 = fcmp oeq double %1, %3
%5 = zext i1 %4 to i32
ret i32 %5
-; CHECK: @test14
+; CHECK-LABEL: @test14(
; CHECK-NEXT: %truncf = call float @truncf(float %x)
; CHECK-NEXT: fcmp oeq float %truncf, %y
}