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 cd13388 commit 510da45Copy full SHA for 510da45
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -3360,7 +3360,9 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
3360
// This implements llvm.canonicalize.f* by multiplication with 1.0,
3361
// as suggested in https://llvm.org/docs/LangRef.html#id2335. It uses
3362
// strict_fp operations even outside a strict_fp context in order to
3363
- // guarantee that the canonicalization is not optimized away by later passes.
+ // guarantee that the canonicalization is not optimized away by later
3364
+ // passes.
3365
+
3366
// Get operand x.
3367
SDValue Operand = Node->getOperand(0);
3368
// Get fp value type used.
0 commit comments