[all-commits] [llvm/llvm-project] c463b7: [AArch64] Factor out handling of AUTRELLOADPAC add...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Thu Apr 16 06:50:03 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c463b75509500e3e8151673fa247766af6cd33e2
https://github.com/llvm/llvm-project/commit/c463b75509500e3e8151673fa247766af6cd33e2
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Log Message:
-----------
[AArch64] Factor out handling of AUTRELLOADPAC addend in AsmPrinter (NFC) (#192076)
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