File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,8 @@ class TargetRegisterClass;
365
365
return ABI.IsN64 () ? Mips::A1_64 : Mips::A1;
366
366
}
367
367
368
+ bool softPromoteHalfType () const override { return true ; }
369
+
368
370
bool isJumpTableRelative () const override {
369
371
return getTargetMachine ().isPositionIndependent ();
370
372
}
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ define <4 x float> @test_vec_fpext_float(ptr %p) #0 {
62
62
; CHECK-LIBCALL-LABEL: test_vec_fpext_double:
63
63
; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
64
64
; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
65
- ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
66
65
; CHECK-LIBCALL: cvt.d.s
66
+ ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
67
67
; CHECK-LIBCALL: cvt.d.s
68
68
; CHECK-LIBCALL: cvt.d.s
69
69
; CHECK-LIBCALL: %call16(__gnu_h2f_ieee)
You can’t perform that action at this time.
0 commit comments