This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][AsmParser] Simplify the implementation of SWZ operands.
ClosedPublic

Authored by kosarev on Jul 4 2023, 4:11 AM.

Details

Summary

Those are implicit helper operands and therefore don't need any parsers
or printers.

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

Diff Detail

Event Timeline

kosarev created this revision.Jul 4 2023, 4:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:11 AM
kosarev requested review of this revision.Jul 4 2023, 4:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 4:11 AM
foad accepted this revision.Jul 4 2023, 4:23 AM

Nice, thanks.

This revision is now accepted and ready to land.Jul 4 2023, 4:23 AM
piotr accepted this revision.Jul 4 2023, 5:16 AM
This revision was landed with ongoing or failed builds.Jul 5 2023, 2:51 AM
This revision was automatically updated to reflect the committed changes.