summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2020-01-14 17:03:06 -0800
committerCraig Topper <craig.topper@intel.com>2020-01-14 17:05:46 -0800
commit76291e1158c2aedddfe0be0ea69452ea6dc2db24 (patch)
tree78adadaf28d956efe502c1b2371cc853f656250b /llvm/lib
parent57eb56b83926675dd8a554fc8a8e28ee57278f90 (diff)
downloadbcm5719-llvm-76291e1158c2aedddfe0be0ea69452ea6dc2db24.tar.gz
bcm5719-llvm-76291e1158c2aedddfe0be0ea69452ea6dc2db24.zip
[X86] Drop an unneeded FIXME. NFC
The extload on X87 is free.
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 70a7f166a5f..664c6b9af76 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -19395,7 +19395,6 @@ SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
FudgePtr = DAG.getNode(ISD::ADD, dl, PtrVT, FudgePtr, Offset);
// Load the value out, extending it from f32 to f80.
- // FIXME: Avoid the extend by constructing the right constant pool?
SDValue Fudge = DAG.getExtLoad(
ISD::EXTLOAD, dl, MVT::f80, Chain, FudgePtr,
MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32,
OpenPOWER on IntegriCloud