================ @@ -77,6 +77,12 @@ void LoongArchInstrInfo::copyPhysReg(MachineBasicBlock &MBB, .addReg(SrcReg, getKillRegState(KillSrc)); return; } + // CFR->CRR copy. ---------------- xen0n wrote: ```suggestion // CFR->CFR copy. ``` https://github.com/llvm/llvm-project/pull/69300