[llvm] [AMDGPU] Add the support for `v_cvt_f32_bf16 ` on gfx1250 (PR #145632)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 00:56:20 PDT 2025
rampitec wrote:
> @rampitec For some reason, the instruction encoding works, but the decoder doesn't work. Those dpp decoding tests failed. It looks like we missed something here.
Check generated lib/Target/AMDGPU/AMDGPUGenDisassemblerTables.inc.
Search the instruction name. Go to AMDGPUDisassembler.cpp and add line processing that table. DecoderTableGFX125064?
https://github.com/llvm/llvm-project/pull/145632
More information about the llvm-commits
mailing list