File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44alias D2 = __vector (double [2 ]);
55
66// CHECK: @{{.*}}_D11vector_init12ImplicitInit6__initZ{{\"?}} =
7- // CHECK-SAME: { <2 x double> {{<double 0x7FF8000000000000, double 0x7FF8000000000000>|splat \(double 0x7FF8000000000000\)}} }
7+ // CHECK-SAME: { <2 x double> {{<double 0x7FF8000000000000, double 0x7FF8000000000000>|splat \(double ( 0x7FF8000000000000|\+qnan) \)}} }
88struct ImplicitInit { D2 a; }
99
1010// CHECK: @{{.*}}_D11vector_init12ExplicitInit6__initZ{{\"?}} =
11- // CHECK-SAME: { <2 x double> {{<double 0x7FF8000000000000, double 0x7FF8000000000000>|splat \(double 0x7FF8000000000000\)}} }
11+ // CHECK-SAME: { <2 x double> {{<double 0x7FF8000000000000, double 0x7FF8000000000000>|splat \(double ( 0x7FF8000000000000|\+qnan) \)}} }
1212struct ExplicitInit { D2 a = D2 .init; }
1313
1414// CHECK: @{{.*}}_D11vector_init10SplatValue6__initZ{{\"?}} =
You can’t perform that action at this time.
0 commit comments