================ @@ -168,7 +168,12 @@ class AArch64AsmPrinter : public AsmPrinter { void emitPtrauthTailCallHardening(const MachineInstr *TC); // Emit the sequence for AUT or AUTPAC. - void emitPtrauthAuthResign(const MachineInstr *MI); + void emitPtrauthAuthResign(Register AUTVal, AArch64PACKey::ID AUTKey, + uint64_t AUTDisc, + const MachineOperand *AUTAddrDisc, + Register Scratch, + std::optional<AArch64PACKey::ID> PACKey, + uint64_t PACDisc, unsigned PACAddrDisc); ---------------- atrosinenko wrote:
```suggestion uint64_t PACDisc, Register PACAddrDisc); ``` https://github.com/llvm/llvm-project/pull/132857 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits