This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NFC] Clean up the VOP profile definition for v_swap_b32.
ClosedPublic

Authored by kosarev on Feb 3 2023, 12:22 PM.

Details

Summary

v_swap_b32 is a VOP1-only instruction, meaning it neither encodes src1
nor has 64-bit encodings.

Diff Detail

Event Timeline

kosarev created this revision.Feb 3 2023, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 12:22 PM
kosarev requested review of this revision.Feb 3 2023, 12:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 12:22 PM
foad accepted this revision.Feb 3 2023, 1:10 PM

LGTM, thanks!

This revision is now accepted and ready to land.Feb 3 2023, 1:10 PM