@@ -11,17 +11,17 @@ define double @test_sinh_0() {
11
11
12
12
define double @test_sinh_ln2 () {
13
13
; CHECK-LABEL: define double @test_sinh_ln2() {
14
- ; CHECK-NEXT: ret double 0x3FE8000000000268
14
+ ; CHECK-NEXT: ret double 7.500000e-01
15
15
;
16
- %res = call double @llvm.sinh.f64 (double 0 .69314718056 )
16
+ %res = call double @llvm.sinh.f64 (double 0 .6931471805599453 )
17
17
ret double %res
18
18
}
19
19
20
20
define double @test_sinh_ln5 () {
21
21
; CHECK-LABEL: define double @test_sinh_ln5() {
22
- ; CHECK-NEXT: ret double 0x400333333332D56D
22
+ ; CHECK-NEXT: ret double 2.400000e+00
23
23
;
24
- %res = call double @llvm.sinh.f64 (double 1 .60943791243 )
24
+ %res = call double @llvm.sinh.f64 (double 1 .6094379124341003 )
25
25
ret double %res
26
26
}
27
27
@@ -105,17 +105,17 @@ define double @test_cosh_0() {
105
105
106
106
define double @test_cosh_ln2 () {
107
107
; CHECK-LABEL: define double @test_cosh_ln2() {
108
- ; CHECK-NEXT: ret double 0x3FF40000000000B8
108
+ ; CHECK-NEXT: ret double 1.250000e+00
109
109
;
110
- %res = call double @llvm.cosh.f64 (double 0 .69314718056 )
110
+ %res = call double @llvm.cosh.f64 (double 0 .6931471805599453 )
111
111
ret double %res
112
112
}
113
113
114
114
define double @test_cosh_ln5 () {
115
115
; CHECK-LABEL: define double @test_cosh_ln5() {
116
- ; CHECK-NEXT: ret double 0x4004CCCCCCCC763D
116
+ ; CHECK-NEXT: ret double 0x4004CCCCCCCCCCCC
117
117
;
118
- %res = call double @llvm.cosh.f64 (double 1 .60943791243 )
118
+ %res = call double @llvm.cosh.f64 (double 1 .6094379124341003 )
119
119
ret double %res
120
120
}
121
121
0 commit comments