This is an archive of the discontinued LLVM Phabricator instance.

[X86][NFC] Correct the instruction names for PUSH16i, PUSH32i
ClosedPublic

Authored by skan on May 19 2023, 8:35 PM.

Diff Detail

Event Timeline

skan created this revision.May 19 2023, 8:35 PM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
skan requested review of this revision.May 19 2023, 8:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2023, 8:35 PM
skan retitled this revision from [X86] Correct the names of instructions to [X86] Correct the instruction names for PUSH16i, PUSH32i.May 19 2023, 8:39 PM

Since it’s just internal names, it’s better to include NFC/NFCI in the title. clang-format is not happy. Otherwise, LGTM.

skan retitled this revision from [X86] Correct the instruction names for PUSH16i, PUSH32i to [X86][NFC] Correct the instruction names for PUSH16i, PUSH32i.May 19 2023, 11:13 PM

Since it’s just internal names, it’s better to include NFC/NFCI in the title. clang-format is not happy. Otherwise, LGTM.

You'd like me to clang-format the code in this patch too?

maksfb accepted this revision.May 19 2023, 11:35 PM

Since it’s just internal names, it’s better to include NFC/NFCI in the title. clang-format is not happy. Otherwise, LGTM.

You'd like me to clang-format the code in this patch too?

If it complains only about the existing code, it’s all good.

This revision is now accepted and ready to land.May 19 2023, 11:35 PM
This revision was landed with ongoing or failed builds.May 20 2023, 2:34 AM
This revision was automatically updated to reflect the committed changes.