[all-commits] [llvm/llvm-project] 6fae3e: [llvm][AArch64] Do not inline a function with diff...
Dani via All-commits
all-commits at lists.llvm.org
Fri Feb 23 00:30:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fae3e784472751002570f367c378cb2dbd82c26
https://github.com/llvm/llvm-project/commit/6fae3e784472751002570f367c378cb2dbd82c26
Author: Dani <DanielKristofKiss at users.noreply.github.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M llvm/include/llvm/IR/Attributes.td
M llvm/lib/IR/Attributes.cpp
A llvm/test/Transforms/Inline/inline-sign-return-address.ll
M llvm/utils/TableGen/Attributes.cpp
Log Message:
-----------
[llvm][AArch64] Do not inline a function with different signing scheme. (#80642)
If the signing scheme is different that maybe the functions assumes
different behaviours and dangerous to inline them without analysing
them. This should be a rare case.
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