This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Uppercase some variable names (NFC)
ClosedPublic

Authored by rickyz on Jan 29 2022, 9:10 PM.

Details

Summary

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.

Diff Detail

Event Timeline

rickyz created this revision.Jan 29 2022, 9:10 PM
rickyz requested review of this revision.Jan 29 2022, 9:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 29 2022, 9:10 PM
spatel accepted this revision.Jan 30 2022, 4:59 AM

LGTM

This revision is now accepted and ready to land.Jan 30 2022, 4:59 AM
This revision was landed with ongoing or failed builds.Jan 30 2022, 6:17 AM
This revision was automatically updated to reflect the committed changes.