[llvm] [AArch64] Separate PNR into its own Register Class (PR #65306)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 08:58:19 PDT 2023


================
@@ -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


More information about the llvm-commits mailing list