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 b050ec8 commit b9d35c1Copy full SHA for b9d35c1
llvm/lib/Transforms/Scalar/Reassociate.cpp
@@ -2180,7 +2180,7 @@ void ReassociatePass::OptimizeInst(Instruction *I) {
2180
// is not further optimized, it is likely to be transformed back to a
2181
// short-circuited form for code gen, and the source order may have been
2182
// optimized for the most likely conditions. For vector boolean expressions,
2183
- // we should optimizing for ILP and not serializing the logical operations.
+ // we should be optimizing for ILP and not serializing the logical operations.
2184
if (I->getType()->isIntOrIntVectorTy(1))
2185
return;
2186
0 commit comments