[all-commits] [llvm/llvm-project] 7d3dbf: [AArch64] Factor out handling of AUTRELLOADPAC add...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Tue Apr 14 08:35:02 PDT 2026
Branch: refs/heads/users/atrosinenko/pauth-asm-printer-autrelloadpac
Home: https://github.com/llvm/llvm-project
Commit: 7d3dbf80d3c2d562213822301f0a77113d73bdba
https://github.com/llvm/llvm-project/commit/7d3dbf80d3c2d562213822301f0a77113d73bdba
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Log Message:
-----------
[AArch64] Factor out handling of AUTRELLOADPAC addend in AsmPrinter (NFC)
In `AArch64AsmPrinter`, move the emission of code that handles the
Addend operand of AUTRELLOADPAC from `emitPtrauthAuthResign` to a
separate function.
Make use of recently added helper functions and update the comments.
Refer to named `Pointer` and `Scratch` registers instead of
hardcoding X16 and X17.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list