This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX11] Add disassembler tests for v_readfirstlane_b32
ClosedPublic

Authored by dp on Sep 7 2022, 10:29 AM.

Details

Summary

These tests are formally not valid because this instruction may be promoted to VOP3 and so VOP1 variant should have _e32 suffix when disassembled. But we do not support VOP3 variant of this instruction yet (and maybe never will).

Diff Detail

Event Timeline

dp created this revision.Sep 7 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 10:29 AM
dp requested review of this revision.Sep 7 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 10:29 AM
Joe_Nash accepted this revision.Sep 15 2022, 7:11 AM
This revision is now accepted and ready to land.Sep 15 2022, 7:11 AM