Skip to content

Commit c2bbf33

Browse files
committed
correct comment
1 parent 5b2834b commit c2bbf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3689,7 +3689,7 @@ bool SIInstrInfo::foldImmediate(MachineInstr &UseMI, MachineInstr &DefMI,
36893689
if (pseudoToMCOpcode(NewOpc) == -1)
36903690
return false;
36913691

3692-
// V_FMAK_F16_t16 takes VGPR_16_Lo128 operands while V_FMAAK_F16_fake16
3692+
// V_FMAAK_F16_t16 takes VGPR_16_Lo128 operands while V_FMAAK_F16_fake16
36933693
// takes VGPR_32_Lo128 operands, so the rewrite would also require
36943694
// restricting their register classes. For now just bail out.
36953695
if (NewOpc == AMDGPU::V_FMAAK_F16_t16 ||

0 commit comments

Comments
 (0)