File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
llvm/lib/CodeGen/SelectionDAG Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3357,10 +3357,11 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
3357
3357
break ;
3358
3358
}
3359
3359
case ISD::FCANONICALIZE: {
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
3360
+ // This implements llvm.canonicalize.f* by multiplication with 1.0, as
3361
+ // suggested in
3362
+ // https://llvm.org/docs/LangRef.html#llvm-canonicalize-intrinsic.
3363
+ // It uses strict_fp operations even outside a strict_fp context in order
3364
+ // to guarantee that the canonicalization is not optimized away by later
3364
3365
// passes.
3365
3366
3366
3367
// Get operand x.
You can’t perform that action at this time.
0 commit comments