[PATCH] D133356: [AMDGPU][MC][GFX11][NFC] Update disassembler tests for VOP3.DPP16 instructions

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 07:25:09 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.DPP16` tests into smaller parts to make them more manageable. Separate `v_cmp_*` and `v_cmpx_*` from other tests.
- Add missing tests for `v_cvt_pknorm_u16_f32_e64_dpp` and `v_cvt_pknorm_i16_f32_e64_dpp`.


https://reviews.llvm.org/D133356

Files:
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3c_dpp16.txt
  llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3cx_dpp16.txt



More information about the llvm-commits mailing list