mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
Make comment slightly more helpful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e066625b7
commit
0180694b2f
@ -5604,7 +5604,7 @@ SDValue DAGCombiner::visitFADD(SDNode *N) {
|
|||||||
if (FoldedVOp.getNode()) return FoldedVOp;
|
if (FoldedVOp.getNode()) return FoldedVOp;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fold (fadd c1, c2) -> (fadd c1, c2)
|
// fold (fadd c1, c2) -> c1 + c2
|
||||||
if (N0CFP && N1CFP && VT != MVT::ppcf128)
|
if (N0CFP && N1CFP && VT != MVT::ppcf128)
|
||||||
return DAG.getNode(ISD::FADD, N->getDebugLoc(), VT, N0, N1);
|
return DAG.getNode(ISD::FADD, N->getDebugLoc(), VT, N0, N1);
|
||||||
// canonicalize constant to RHS
|
// canonicalize constant to RHS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user