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 faeb757 commit a8c1198Copy full SHA for a8c1198
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
@@ -1868,8 +1868,8 @@ Instruction *InstCombinerImpl::visitAdd(BinaryOperator &I) {
1868
if (Instruction *Res = foldBinOpOfSelectAndCastOfSelectCondition(I))
1869
return Res;
1870
1871
- // Re-enqueue the induction variable of add recurrence if we infer new
1872
- // nuw/nsw flags.
+ // Re-enqueue users of the induction variable of add recurrence if we infer
+ // new nuw/nsw flags.
1873
if (Changed) {
1874
PHINode *PHI;
1875
Value *Start, *Step;
0 commit comments