[LoopIdiomRecognize] Merge a conditional operator with an earlier if and...
[LoopIdiomRecognize] Merge a conditional operator with an earlier if and remove an extra temporary variable. NFC The CountPrev variable was only used to forward a value from the if statement to the conditional operator under the same condition. While there move some variable declarations to their first assignment.
Loading
Please sign in to comment