================
@@ -3519,6 +3493,21 @@ void AArch64AsmPrinter::emitInstruction(const 
MachineInstr *MI) {
     emitPtrauthBranch(MI);
     return;
 
+  case AArch64::PAUTH_CHECK_LR: {
+    assert(MI->getNumImplicitOperands() == 1 && "Scratch register expected");
+    Register ScratchReg = MI->implicit_operands().begin()->getReg();
----------------
vhscampos wrote:

Move this line below the early return

https://github.com/llvm/llvm-project/pull/220193
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to