We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5a303 commit 38fcdfaCopy full SHA for 38fcdfa
llvm/lib/Target/Mips/MipsISelLowering.h
@@ -365,6 +365,8 @@ class TargetRegisterClass;
365
return ABI.IsN64() ? Mips::A1_64 : Mips::A1;
366
}
367
368
+ bool softPromoteHalfType() const override { return true; }
369
+
370
bool isJumpTableRelative() const override {
371
return getTargetMachine().isPositionIndependent();
372
0 commit comments