File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ struct D {
19
19
// CHECK-NEXT: [[METATYPE:%.*]] = metatype $@thin Int.Type
20
20
// CHECK-NEXT: [[VALUE:%.*]] = integer_literal $Builtin.Int2048, 2
21
21
// CHECK-NEXT: [[LEFT:%.*]] = apply [[FN]]([[VALUE]], [[METATYPE]]) : $@convention(method) (Builtin.Int2048, @thin Int.Type) -> Int
22
- // CHECK: [[FN:%.*]] = function_ref @_TFSdCfT20_builtinFloatLiteralBf80__Sd : $@convention(method) (Builtin.FPIEEE80 , @thin Double.Type) -> Double
22
+ // CHECK: [[FN:%.*]] = function_ref @_TFSdCfT20_builtinFloatLiteralBf{{64|80}}__Sd : $@convention(method) (Builtin.FPIEEE{{64|80}} , @thin Double.Type) -> Double
23
23
// CHECK-NEXT: [[METATYPE:%.*]] = metatype $@thin Double.Type
24
- // CHECK-NEXT: [[VALUE:%.*]] = float_literal $Builtin.FPIEEE80, 0x4000E000000000000000
25
- // CHECK-NEXT: [[RIGHT:%.*]] = apply [[FN]]([[VALUE]], [[METATYPE]]) : $@convention(method) (Builtin.FPIEEE80 , @thin Double.Type) -> Double
24
+ // CHECK-NEXT: [[VALUE:%.*]] = float_literal $Builtin.FPIEEE{{64|80}}, {{0x400C000000000000| 0x4000E000000000000000}}
25
+ // CHECK-NEXT: [[RIGHT:%.*]] = apply [[FN]]([[VALUE]], [[METATYPE]]) : $@convention(method) (Builtin.FPIEEE{{64|80}} , @thin Double.Type) -> Double
26
26
// CHECK-NEXT: [[RESULT:%.*]] = tuple ([[LEFT]] : $Int, [[RIGHT]] : $Double)
27
27
// CHECK-NEXT: return [[RESULT]] : $(Int, Double)
28
28
You can’t perform that action at this time.
0 commit comments