[llvm] [AArch64][PAC] Protect the entire function if pac-ret+leaf is passed (PR #140895)
Anatoly Trosinenko via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 07:46:46 PDT 2025
atrosinenko wrote:
By the way, aside from protecting the value of LR when signal handler is called, signing LR immediately after entering the function seems to have another good side-effect: this eliminates an implicit BTI target at the `autiasp` instruction in the middle of the function.
https://github.com/llvm/llvm-project/pull/140895
More information about the llvm-commits
mailing list