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

Ricky Zhou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 20 23:01:47 PST 2021


rickyz created this revision.
Herald added a subscriber: hiraditya.
rickyz added a reviewer: spatel.
rickyz published this revision for review.
rickyz added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Apologies for the size of this cleanup change - the changes were mostly mechanical, aside from having to check for iterator lifetime issues (I did not find any).

I'm new to LLVM development, so please let me know if it's preferred to split this into smaller changes, or if these changes cause too much churn to be considered worthwhile - happy to scope it more tightly if so!


Also {upper,lower}cases a couple of variable/function names to match
LLVM coding standards.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116086

Files:
  llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116086.395598.patch
Type: text/x-patch
Size: 26240 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211221/e7d298f1/attachment.bin>


More information about the llvm-commits mailing list