[PATCH] D129084: [AMDGPU] gfx11 Fix disassembler for VOP3 dpp8

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 09:23:42 PDT 2022


dp added a comment.

This patch does enable assembly and disassembly of `v_dot2_f16_f16_e64_dpp` and `v_dot2_bf16_bf16_e64_dpp` (with `op_sel=0`). Currently, these instructions are simply rejected as if they are not defined.
I agree that this patch does not fix the `op_sel` issue, but that is another problem that may be addressed separately.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129084/new/

https://reviews.llvm.org/D129084



More information about the llvm-commits mailing list