This is an archive of the discontinued LLVM Phabricator instance.

[llvm][NFC] Rename variables to match style guide in Local.cpp
ClosedPublic

Authored by paulkirth on Jan 25 2023, 1:41 PM.

Diff Detail

Event Timeline

paulkirth created this revision.Jan 25 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 1:41 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
paulkirth requested review of this revision.Jan 25 2023, 1:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 1:41 PM
paulkirth updated this revision to Diff 492248.Jan 25 2023, 1:52 PM

Use better name. I is usually an instruction.

aeubanks accepted this revision.Jan 25 2023, 3:07 PM
aeubanks added inline comments.
llvm/lib/Transforms/Utils/Local.cpp
226

if you're here, might as well clang-format the changed lines

This revision is now accepted and ready to land.Jan 25 2023, 3:07 PM
paulkirth updated this revision to Diff 492270.Jan 25 2023, 3:17 PM

Clang-format changed lines

paulkirth marked an inline comment as done.Jan 25 2023, 3:18 PM
paulkirth added inline comments.
llvm/lib/Transforms/Utils/Local.cpp
226

Good suggestion. I thought the linter would catch that, but I guess not.

This revision was landed with ongoing or failed builds.Jan 25 2023, 3:18 PM
This revision was automatically updated to reflect the committed changes.
paulkirth marked an inline comment as done.