This is an archive of the discontinued LLVM Phabricator instance.

[NFC] PHITransAddr refactoring
ClosedPublic

Authored by kachkov98 on Feb 2 2023, 3:49 AM.

Details

Summary

This patch fixes function naming conventions in PHITransAddr methods.

Diff Detail

Event Timeline

kachkov98 created this revision.Feb 2 2023, 3:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 3:49 AM
kachkov98 requested review of this revision.Feb 2 2023, 3:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2023, 3:49 AM

Can you please separate trivial variable renaming from things where you change code? Simple renaming is trivially LGTM'able, the rest might need some comprehending.

kachkov98 updated this revision to Diff 494256.Feb 2 2023, 4:42 AM

Split renaming and code changes

Separate patch with code changes: https://reviews.llvm.org/D143171

kachkov98 edited the summary of this revision. (Show Details)Feb 2 2023, 5:13 AM
mkazantsev accepted this revision.Feb 2 2023, 5:33 AM

LG, thanks!

Pls give the patch a more sound title, smth like "Fix naming convention for ..."

This revision is now accepted and ready to land.Feb 2 2023, 5:33 AM