We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8b408 commit f57fcbbCopy full SHA for f57fcbb
llvm/lib/Target/AMDGPU/VOP2Instructions.td
@@ -1966,6 +1966,8 @@ defm V_SUBREV_CO_CI_U32 :
1966
1967
defm V_CVT_PK_RTZ_F16_F32 : VOP2_Real_FULL_with_name_gfx11_gfx12<0x02f,
1968
"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+.
1971
defm V_PK_FMAC_F16 : VOP2_Real_e32_gfx11_gfx12<0x03c>;
1972
1973
defm V_ADD_F16 : VOP2_Real_FULL_t16_and_fake16_gfx11_gfx12<0x032, "v_add_f16">;
0 commit comments