- 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I realized we don't have any asm or disasm coverage of v_fmac_.*_e64_dpp, and the asm at least is broken.
https://github.com/llvm/llvm-project/issues/57585
That said, this patch does not claim to be bringing VOP3DPP up to full coverage. So LGTM
Comment Actions
Sure, there are no tests for opcodes and features that have not passed testing. With these exceptions, I believe we now have good test coverage for GFX11 (3 final updates are in the review).