[all-commits] [llvm/llvm-project] 149f91: [compiler-rt][AArch64] Don't use x18 in __arm_sme_...
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Fri Sep 12 08:20:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 149f91bad66972ad8bf0add5c79bf74055f6905a
https://github.com/llvm/llvm-project/commit/149f91bad66972ad8bf0add5c79bf74055f6905a
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2025-09-12 (Fri, 12 Sep 2025)
Changed paths:
M compiler-rt/lib/builtins/aarch64/sme-abi.S
Log Message:
-----------
[compiler-rt][AArch64] Don't use x18 in __arm_sme_save (#157802)
The AAPCS recommends avoiding the use of x18 as it may be used for other
purposes such as a shadow call stack.
In this particular case it could just as well use x16 instead.
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