[llvm] [AMDGPU][True16][MC] fix fmac_f16_t16 vop3 format (PR #135464)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 13 15:10:28 PDT 2025
================
@@ -624,7 +624,9 @@ bool isMAC(unsigned Opc) {
Opc == AMDGPU::V_FMAC_LEGACY_F32_e64_gfx10 ||
Opc == AMDGPU::V_FMAC_DX9_ZERO_F32_e64_gfx11 ||
Opc == AMDGPU::V_FMAC_F16_e64_gfx10 ||
+ Opc == AMDGPU::V_FMAC_F16_t16_e64_gfx11 ||
----------------
broxigarchen wrote:
Yes I agree. I think it only takes care of the tied operand.
https://github.com/llvm/llvm-project/pull/135464
More information about the llvm-commits
mailing list