================
@@ -3658,6 +3658,32 @@ void AArch64InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
return;
}
+ if (AArch64::PNRRegClass.contains(DestReg) &&
----------------
sdesmalen-arm wrote:
Could you add some tests for these COPYs?
https://github.com/llvm/llvm-project/pull/65306