[llvm] [AMDGPU] Allow dpp in v_pk_fmac_f16 for GFX9 and GFX10 (PR #144782)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 11:46:51 PDT 2025


================
@@ -2560,6 +2558,8 @@ defm V_SUBBREV_CO_U32     : VOP2be_Real_e32e64_gfx9 <0x1e, "V_SUBBREV_U32", "v_s
 defm V_ADD_U32            : VOP2_Real_e32e64_gfx9 <0x34>;
 defm V_SUB_U32            : VOP2_Real_e32e64_gfx9 <0x35>;
 defm V_SUBREV_U32         : VOP2_Real_e32e64_gfx9 <0x36>;
+
+defm V_PK_FMAC_F16     : VOP2_Real_e32e64_gfx9<0x03c>;
----------------
rampitec wrote:

nit: remove the blank line and align the column.

https://github.com/llvm/llvm-project/pull/144782


More information about the llvm-commits mailing list