[llvm] [AArch64] Dont inline streaming fn into non-streaming caller (PR #150595)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 31 08:17:16 PDT 2025
================
@@ -22,24 +22,25 @@ define void @streaming_callee() #0 "aarch64_pstate_sm_enabled" {
}
; Inline call to @streaming_callee to remove a streaming mode change.
-define void @non_streaming_caller_inline() #0 {
-; CHECK-LABEL: define void @non_streaming_caller_inline
+define void @streaming_caller_inline() #0 "aarch64_pstate_sm_enabled" {
----------------
MacDue wrote:
nit: comment above is outdated `streaming_callee` -> `non_streaming_callee`
https://github.com/llvm/llvm-project/pull/150595
More information about the llvm-commits
mailing list