This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AArch64] Use 'i' to encode the offset form of load/store.
ClosedPublic

Authored by HsiangKai on Jan 15 2023, 10:54 PM.

Details

Summary

STG, STZG, ST2G, STZ2G are the exceptions to append 'Offset' to name the
offset format of load/store instructions. All other load/store
instructions use 'i' as the appendix. If there is no special reason to
do so, we should make the naming consistent.

Diff Detail

Event Timeline

HsiangKai created this revision.Jan 15 2023, 10:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:54 PM
HsiangKai requested review of this revision.Jan 15 2023, 10:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:54 PM
This revision is now accepted and ready to land.Feb 28 2023, 1:07 AM
This revision was landed with ongoing or failed builds.Mar 6 2023, 4:35 AM
This revision was automatically updated to reflect the committed changes.