[PATCH] D133350: [AMDGPU][MC][GFX11][NFC] Update disassembler tests for VOP3 instructions
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 6 06:10:19 PDT 2022
dp created this revision.
dp added reviewers: Joe_Nash, foad.
Herald added subscribers: kosarev, kerbowa, t-tye, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
dp requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
- 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.
https://reviews.llvm.org/D133350
Files:
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c.txt
llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx.txt
More information about the llvm-commits
mailing list