@@ -61,27 +61,27 @@ extern "C" __device__ float test_fabs_f32(float x) {
61
61
62
62
// DEFAULT-LABEL: @test_sin_f32(
63
63
// DEFAULT-NEXT: entry:
64
- // DEFAULT-NEXT: [[CALL_I_I :%.*]] = tail call contract noundef float @__ocml_sin_f32(float noundef [[X:%.*]]) #[[ATTR8:[0-9]+]]
65
- // DEFAULT-NEXT: ret float [[CALL_I_I ]]
64
+ // DEFAULT-NEXT: [[CALL_I1 :%.*]] = tail call contract noundef float @__ocml_sin_f32(float noundef [[X:%.*]]) #[[ATTR8:[0-9]+]]
65
+ // DEFAULT-NEXT: ret float [[CALL_I1 ]]
66
66
//
67
67
// FINITEONLY-LABEL: @test_sin_f32(
68
68
// FINITEONLY-NEXT: entry:
69
- // FINITEONLY-NEXT: [[CALL_I_I :%.*]] = tail call nnan ninf contract noundef nofpclass(nan inf) float @__ocml_sin_f32(float noundef nofpclass(nan inf) [[X:%.*]]) #[[ATTR8:[0-9]+]]
70
- // FINITEONLY-NEXT: ret float [[CALL_I_I ]]
69
+ // FINITEONLY-NEXT: [[CALL_I1 :%.*]] = tail call nnan ninf contract noundef nofpclass(nan inf) float @__ocml_sin_f32(float noundef nofpclass(nan inf) [[X:%.*]]) #[[ATTR8:[0-9]+]]
70
+ // FINITEONLY-NEXT: ret float [[CALL_I1 ]]
71
71
//
72
72
extern " C" __device__ float test_sin_f32 (float x) {
73
73
return sin (x);
74
74
}
75
75
76
76
// DEFAULT-LABEL: @test_cos_f32(
77
77
// DEFAULT-NEXT: entry:
78
- // DEFAULT-NEXT: [[CALL_I_I :%.*]] = tail call contract noundef float @__ocml_cos_f32(float noundef [[X:%.*]]) #[[ATTR8]]
79
- // DEFAULT-NEXT: ret float [[CALL_I_I ]]
78
+ // DEFAULT-NEXT: [[CALL_I1 :%.*]] = tail call contract noundef float @__ocml_cos_f32(float noundef [[X:%.*]]) #[[ATTR8]]
79
+ // DEFAULT-NEXT: ret float [[CALL_I1 ]]
80
80
//
81
81
// FINITEONLY-LABEL: @test_cos_f32(
82
82
// FINITEONLY-NEXT: entry:
83
- // FINITEONLY-NEXT: [[CALL_I_I :%.*]] = tail call nnan ninf contract noundef nofpclass(nan inf) float @__ocml_cos_f32(float noundef nofpclass(nan inf) [[X:%.*]]) #[[ATTR8]]
84
- // FINITEONLY-NEXT: ret float [[CALL_I_I ]]
83
+ // FINITEONLY-NEXT: [[CALL_I1 :%.*]] = tail call nnan ninf contract noundef nofpclass(nan inf) float @__ocml_cos_f32(float noundef nofpclass(nan inf) [[X:%.*]]) #[[ATTR8]]
84
+ // FINITEONLY-NEXT: ret float [[CALL_I1 ]]
85
85
//
86
86
extern " C" __device__ float test_cos_f32 (float x) {
87
87
return cos (x);
0 commit comments