|
43 | 43 | ; CHECK-SPIRV: Name [[#T31:]] "t31"
|
44 | 44 | ; CHECK-SPIRV: Name [[#T32:]] "t32"
|
45 | 45 | ; CHECK-SPIRV: Name [[#T33:]] "t33"
|
46 |
| -; CHECK-SPIRV: Name [[#T34:]] "t34" |
47 | 46 |
|
48 | 47 | ; CHECK-SPIRV: Decorate [[#T3]] FPMaxErrorDecorationINTEL 1056964608
|
49 | 48 | ; CHECK-SPIRV: Decorate [[#T4]] FPMaxErrorDecorationINTEL 1065353216
|
|
75 | 74 | ; CHECK-SPIRV: Decorate [[#T30]] FPMaxErrorDecorationINTEL 1082130432
|
76 | 75 | ; CHECK-SPIRV: Decorate [[#T31]] FPMaxErrorDecorationINTEL 1082130432
|
77 | 76 | ; CHECK-SPIRV: Decorate [[#T32]] FPMaxErrorDecorationINTEL 1082130432
|
78 |
| -; CHECK-SPIRV: Decorate [[#T33]] FPMaxErrorDecorationINTEL 1082130432 |
79 |
| -; CHECK-SPIRV: Decorate [[#T34]] FPMaxErrorDecorationINTEL 1166016512 |
| 77 | +; CHECK-SPIRV: Decorate [[#T33]] FPMaxErrorDecorationINTEL 1166016512 |
80 | 78 |
|
81 | 79 | ; CHECK-SPIRV: 3 TypeFloat [[#FTYPE:]] 32
|
82 | 80 |
|
|
113 | 111 | ; CHECK-SPIRV: ExtInst [[#FTYPE]] [[#T31]] [[#OCLEXTID]] ldexp
|
114 | 112 | ; CHECK-SPIRV: ExtInst [[#FTYPE]] [[#T32]] [[#OCLEXTID]] pow
|
115 | 113 | ; CHECK-SPIRV: ExtInst [[#FTYPE]] [[#T33]] [[#OCLEXTID]] hypot
|
116 |
| -; CHECK-SPIRV: ExtInst [[#FTYPE]] [[#T34]] [[#OCLEXTID]] hypot |
117 | 114 |
|
118 | 115 | target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
|
119 | 116 | target triple = "spir64-unknown-unknown"
|
@@ -189,14 +186,12 @@ entry:
|
189 | 186 | ; CHECK-LLVM: call spir_func float @_Z5atan2ff(float %f1, float %f2) #[[#AT4:]]
|
190 | 187 | ; CHECK-LLVM: call spir_func float @_Z5ldexpfi(float %f1, i32 %f4) #[[#AT4]]
|
191 | 188 | ; CHECK-LLVM: call spir_func float @_Z3powff(float %f1, float %f2) #[[#AT4]]
|
192 |
| -; CHECK-LLVM: call spir_func float @_Z5hypotff(float %f1, float %f2) #[[#AT4]] |
193 | 189 | %t30 = call float @llvm.fpbuiltin.atan2.f32(float %f1, float %f2) #3
|
194 | 190 | %t31 = call float @llvm.fpbuiltin.ldexp.f32.i32(float %f1, i32 %f4) #3
|
195 | 191 | %t32 = call float @llvm.fpbuiltin.pow.f32(float %f1, float %f2) #3
|
196 |
| - %t33 = call float @llvm.fpbuiltin.hypot.f32(float %f1, float %f2) #3 |
197 | 192 |
|
198 | 193 | ; CHECK-LLVM: call spir_func float @_Z5hypotff(float %f1, float %f2) #[[#AT5:]]
|
199 |
| - %t34 = call float @llvm.fpbuiltin.hypot.f32(float %f1, float %f2) #4 |
| 194 | + %t33 = call float @llvm.fpbuiltin.hypot.f32(float %f1, float %f2) #4 |
200 | 195 |
|
201 | 196 | ret void
|
202 | 197 | }
|
|
0 commit comments