Skip to content

Commit f57fcbb

Browse files
committed
Add comments.
1 parent 3a8b408 commit f57fcbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AMDGPU/VOP2Instructions.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,6 +1966,8 @@ defm V_SUBREV_CO_CI_U32 :
19661966

19671967
defm V_CVT_PK_RTZ_F16_F32 : VOP2_Real_FULL_with_name_gfx11_gfx12<0x02f,
19681968
"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+.
19691971
defm V_PK_FMAC_F16 : VOP2_Real_e32_gfx11_gfx12<0x03c>;
19701972

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

0 commit comments

Comments
 (0)