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 3a696e0 commit b888fd8Copy full SHA for b888fd8
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
@@ -8086,7 +8086,7 @@ Instruction *InstCombinerImpl::visitFCmpInst(FCmpInst &I) {
8086
case FCmpInst::FCMP_OEQ:
8087
case FCmpInst::FCMP_OGE:
8088
case FCmpInst::FCMP_OLE:
8089
- // Skip optimization: fsub x, y unless guaranteed !isinf(x) ||
+ // Skip optimization: fsub x, y unless guaranteed !isinf(x) ||
8090
// !isinf(y).
8091
if (!LHSI->hasNoNaNs() && !LHSI->hasNoInfs() &&
8092
!isKnownNeverInfinity(LHSI->getOperand(1), /*Depth=*/0,
0 commit comments