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 d8b5d15 commit 93fd0c6Copy full SHA for 93fd0c6
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
@@ -1365,8 +1365,8 @@ Instruction *InstCombinerImpl::foldNextMultiply(ICmpInst &Cmp) {
1365
return nullptr;
1366
}
1367
1368
- // Guard against weird special-case where Op1 gets optimized to constant. Leave it constant
1369
- // fonder.
+ // Guard against weird special-case where Op1 gets optimized to constant.
+ // Leave it constant fonder.
1370
if (match(Op1, m_APInt(NumCost)))
1371
1372
0 commit comments