[PATCH] D155036: Add support for missing v_pk_fmac_f16_dpp

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 00:03:13 PDT 2023


rampitec added a comment.

Needs gfx90a and gfx940 MC tests. Also needs codegen test in a spirit of dpp_combine.mir/dpp_combine.ll but with different targets.



================
Comment at: llvm/test/MC/AMDGPU/gfx10_asm_vop2.s:13189
+
+v_pk_fmac_f16_dpp v5, v1, v2  quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
+// GFX10: encoding: [0xfa,0x04,0x0a,0x78,0x01,0xe4,0x00,0x00]
----------------
This is not VOP2, this is DPP16.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155036



More information about the llvm-commits mailing list