Skip to content

Commit c48e51d

Browse files
arsenmjrbyrnes
authored andcommitted
AMDGPU: Create InstrMapping from VGPR MFMA to equivalent AGPR instruction (llvm#117102)
This provides infrastructure for a future optimization. Change-Id: Ia4f968b1a93088046d4e5b2ef204d5a1cd743476
1 parent f3ebd9f commit c48e51d

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", NAME # "_mac_e64">;
893+
MFMATable<1, "VGPR", NAME # "_vgprcd_e64">;
894894
}
895895
}
896896
} // End isConvergent = 1, mayRaiseFPException = 0, ReadsModeReg = 1

0 commit comments

Comments
 (0)