Skip to content

Commit ff214b4

Browse files
committed
remove spirv double test
1 parent c8f6bf5 commit ff214b4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

clang/test/CodeGenSPIRV/Builtins/smoothstep.c

-8
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@ float3 test_smoothstep_float3(float3 Min, float3 Max, float3 X) { return __built
4141
// CHECK-NEXT: ret <4 x float> [[SPV_SMOOTHSTEP]]
4242
//
4343
float4 test_smoothstep_float4(float4 Min, float4 Max, float4 X) { return __builtin_spirv_smoothstep(Min, Max, X); }
44-
45-
// CHECK-LABEL: define spir_func double @test_smoothstep_double(
46-
// CHECK-SAME: double noundef [[MIN:%.*]], double noundef [[MAX:%.*]], double noundef [[X:%.*]]) local_unnamed_addr #[[ATTR0]] {
47-
// CHECK-NEXT: [[ENTRY:.*:]]
48-
// CHECK-NEXT: [[SPV_SMOOTHSTEP:%.*]] = tail call double @llvm.spv.smoothstep.f64(double [[MIN]], double [[MAX]], double [[X]])
49-
// CHECK-NEXT: ret double [[SPV_SMOOTHSTEP]]
50-
//
51-
double test_smoothstep_double(double Min, double Max, double X) { return __builtin_spirv_smoothstep(Min, Max, X); }

0 commit comments

Comments
 (0)