================
@@ -259,13 +259,15 @@ bool AMDGPURewriteAGPRCopyMFMAImpl::run(MachineFunction 
&MF) const {
       LLVM_DEBUG({
         dbgs() << "Attempting to replace VGPR MFMA with AGPR version:"
                << " Dst=[" << printReg(VReg) << " => "
-               << printReg(PhysReg, &TRI) << ']';
+               << printReg(PhysReg, &TRI);
----------------
jrbyrnes wrote:

Missing brace at end of `Dst=[` in the case that we have a Src2Reg

I'm seeing:
`Attempting to replace VGPR MFMA with AGPR version: Dst=[%7 => 
$agpr0_agpr1_agpr2_agpr3, Src2=[%2 => $vgpr2_vgpr3_vgpr4_vgpr5]`

https://github.com/llvm/llvm-project/pull/153016
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to