================ @@ -599,6 +599,13 @@ void RISCVInstrInfo::copyPhysReg(MachineBasicBlock &MBB, return; } + if (RISCV::FPR128RegClass.contains(DstReg, SrcReg)) { ---------------- topperc wrote: This isn't an MC layer change and can't be tested. https://github.com/llvm/llvm-project/pull/139369