[PATCH] D118553: [InstCombine] Uppercase some variable names (NFC)

Ricky Zhou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 29 21:10:59 PST 2022


rickyz created this revision.
rickyz added a reviewer: spatel.
Herald added a subscriber: hiraditya.
rickyz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Uppercase some variable names, per LLVM coding standards. This change
intentionally does not rename every miscased variable, as a follow-up
change intends to eliminate many of those by switching loops to range
for loops.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118553

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118553.404332.patch
Type: text/x-patch
Size: 12632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220130/8e0ad41d/attachment.bin>


More information about the llvm-commits mailing list