[PATCH] D116086: [InstCombine] Use range for loops (NFC)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 07:55:27 PST 2021


spatel added a reviewer: lebedev.ri.
spatel added a comment.

That's more cleanup than I was expecting. :)
I think it's all worth doing, but let's commit the capitalization and other small (else-after-return, etc.) changes first. The range-for diffs can expose subtle logic changes, so that can be its own patch or set of patches to limit risk.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116086/new/

https://reviews.llvm.org/D116086



More information about the llvm-commits mailing list