This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][AsmParser][NFC] Simplify instruction operand definitions.
ClosedPublic

Authored by kosarev on Jun 28 2023, 5:42 AM.

Details

Summary

This addresses the trivial cases that only require removing the
operand classes and renaming related entities.

Part of https://github.com/llvm/llvm-project/issues/62629.

Diff Detail

Event Timeline

kosarev created this revision.Jun 28 2023, 5:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:42 AM
kosarev requested review of this revision.Jun 28 2023, 5:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:42 AM
foad accepted this revision.Jun 28 2023, 6:04 AM

LGTM

This revision is now accepted and ready to land.Jun 28 2023, 6:04 AM