Skip to content

Commit 7eab226

Browse files
committed
Move comments to pseudo instruction
1 parent f57fcbb commit 7eab226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/VOP2Instructions.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,6 +1344,8 @@ def V_FMAAK_F64 : VOP2_Pseudo<"v_fmaak_f64", VOP_MADAK_F64, [], "">;
13441344
} // End SubtargetPredicate = HasFmaakFmamkF64Insts, isReMaterializable = 1, FixedSize = 1, Size = 12, SchedRW = [Write64Bit]
13451345

13461346
let SubtargetPredicate = HasPkFmacF16Inst in {
1347+
// FIXME: V_PK_FMAC_F16 is currently not used in instruction selection.
1348+
// If this changes, ensure the DPP variant is not used for GFX11+.
13471349
defm V_PK_FMAC_F16 : VOP2Inst<"v_pk_fmac_f16", VOP_V2F16_V2F16_V2F16>;
13481350
} // End SubtargetPredicate = HasPkFmacF16Inst
13491351

@@ -1966,8 +1968,6 @@ defm V_SUBREV_CO_CI_U32 :
19661968

19671969
defm V_CVT_PK_RTZ_F16_F32 : VOP2_Real_FULL_with_name_gfx11_gfx12<0x02f,
19681970
"V_CVT_PKRTZ_F16_F32", "v_cvt_pk_rtz_f16_f32">;
1969-
// FIXME: V_PK_FMAC_F16 is currently not used in instruction selection.
1970-
// If this changes, ensure the DPP variant is not used for GFX11+.
19711971
defm V_PK_FMAC_F16 : VOP2_Real_e32_gfx11_gfx12<0x03c>;
19721972

19731973
defm V_ADD_F16 : VOP2_Real_FULL_t16_and_fake16_gfx11_gfx12<0x032, "v_add_f16">;

0 commit comments

Comments
 (0)