This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MC][GFX11][NFC] Update disassembler tests for VOP3 instructions
ClosedPublic

Authored by dp on Sep 6 2022, 6:10 AM.

Details

Summary
  • Split VOP3 tests into smaller parts to make them more manageable. Separate v_cmp_* and v_cmpx_* tests.
  • Add missing tests (130 opcodes currently have zero test coverage).
  • Update existing tests to improve coverage.

Diff Detail

Event Timeline

dp created this revision.Sep 6 2022, 6:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2022, 6:10 AM
dp requested review of this revision.Sep 6 2022, 6:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 6 2022, 6:10 AM
Joe_Nash accepted this revision.Sep 6 2022, 7:13 AM

LGTM

This revision is now accepted and ready to land.Sep 6 2022, 7:13 AM