[llvm] [AArch64][PAC] Introduce AArch64::PAC pseudo instruction (PR #146488)
Anatoly Trosinenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 16 11:34:43 PDT 2025
================
@@ -3079,6 +3079,76 @@ AArch64TargetLowering::EmitGetSMESaveSize(MachineInstr &MI,
return BB;
}
+// Helper function to find the instruction that defined a virtual register.
+// If unable to find such instruction, returns nullptr.
+static MachineInstr *stripVRegCopies(const MachineRegisterInfo &MRI,
----------------
atrosinenko wrote:
Applied, thanks!
https://github.com/llvm/llvm-project/pull/146488
More information about the llvm-commits
mailing list