summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-12-04 17:44:32 -0800
committerCraig Topper <craig.topper@intel.com>2019-12-04 17:58:10 -0800
commit3d43c73f26f2ef3ce8c972d1dfe7013571a01bbc (patch)
treef8a456a5a8929720ab6cfdf3fbe0a7fcade17ce6 /llvm/lib/Target/X86/X86ISelLowering.h
parent3151d7af72bee375c06318195870942d4bc12002 (diff)
downloadbcm5719-llvm-3d43c73f26f2ef3ce8c972d1dfe7013571a01bbc.tar.gz
bcm5719-llvm-3d43c73f26f2ef3ce8c972d1dfe7013571a01bbc.zip
[X86] Remove override of shouldUseStrictFP_TO_INT for fp80. NFC
I suspect this became unnecessary after r354161. Prior to that we may have been going through the default expansion of FP_TO_UINT on 64-bit targets and then ending up back in Custom X86 handling to handle the FP_TO_SINT for it. Now we just Custom handle the FP_TO_UINT directly. We already need to handle it for 32-bit mode during type legalization so we wouldn't save any code by using the default expansion on 64-bit.
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h
index 576f2fa627c..82f56f895a1 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.h
+++ b/llvm/lib/Target/X86/X86ISelLowering.h
@@ -1126,9 +1126,6 @@ namespace llvm {
bool decomposeMulByConstant(LLVMContext &Context, EVT VT,
SDValue C) const override;
- bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT,
- bool IsSigned) const override;
-
/// Return true if EXTRACT_SUBVECTOR is cheap for this result type
/// with this index.
bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
OpenPOWER on IntegriCloud