This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AArch64] Append 'W' to LDAPUR.
Needs ReviewPublic

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

Details

Reviewers
SjoerdMeijer
Summary

For load/store instructions, if the destination register has 32-bit and
64-bit forms, it will append 'W' and 'X' for the instructions. LDAPUR is
the only exception. There is LDAPURX for 64-bit form, but LDAPUR for
32-bit form. If there is no special reason, I think we should use the
same naming rule for LDAPUR.

Diff Detail

Event Timeline

HsiangKai created this revision.Jan 15 2023, 10:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:27 PM
HsiangKai requested review of this revision.Jan 15 2023, 10:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2023, 10:27 PM