projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f0a68
)
[X86] Fix copy/paste mistake in comment. NFC
author
Craig Topper
<craig.topper@intel.com>
Mon, 7 May 2018 00:47:02 +0000
(
00:47
+0000)
committer
Craig Topper
<craig.topper@intel.com>
Mon, 7 May 2018 00:47:02 +0000
(
00:47
+0000)
llvm-svn: 331611
llvm/lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86ISelLowering.cpp
b/llvm/lib/Target/X86/X86ISelLowering.cpp
index
b7bd22f
..
128faff
100644
(file)
--- a/
llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/
llvm/lib/Target/X86/X86ISelLowering.cpp
@@
-17853,7
+17853,7
@@
SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG,
if (RefinementSteps == ReciprocalEstimate::Unspecified)
RefinementSteps = 1;
- // There is no FSQRT for 512-bits, but there is R
SQRT
14.
+ // There is no FSQRT for 512-bits, but there is R
CP
14.
unsigned Opcode = VT == MVT::v16f32 ? X86ISD::RCP14 : X86ISD::FRCP;
return DAG.getNode(Opcode, SDLoc(Op), VT, Op);
}