Skip to content

Commit 37cd792

Browse files
authored
AMDGPU: Fix entry for mac in VGPR->AGPR MFMA table (#119693)
1 parent ea04148 commit 37cd792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/VOP3PInstructions.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ multiclass MAIInst<string OpName, string P, SDPatternOperator node = null_frag,
890890
let OtherPredicates = [isGFX90APlus] in
891891
def _mac_vgprcd_e64 : MAIInst<OpName # "_mac_vgprcd", !cast<VOPProfileMAI>("VOPProfileMAI_" # P # "_VCD"),
892892
!if(!eq(node, null_frag), null_frag, VgprMAIFrag<node, HasAbid, Scaled>), Scaled>,
893-
MFMATable<1, "VGPR", NAME # "_vgprcd_e64">;
893+
MFMATable<1, "VGPR", NAME # "_vgprcd_e64", NAME # "_mac_e64">;
894894
}
895895
}
896896
} // End isConvergent = 1, mayRaiseFPException = 0, ReadsModeReg = 1

0 commit comments

Comments
 (0)