[llvm] [AArch64][SME] Allow inlining when streaming-mode attributes dont match up. (PR #68415)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 01:42:43 PDT 2023
================
@@ -85,7 +88,7 @@ define void @new_za_caller_nonza_callee_dont_inline() "aarch64_pstate_za_new" {
; CHECK-LABEL: define void @new_za_caller_nonza_callee_dont_inline
; CHECK-SAME: () #[[ATTR2]] {
; CHECK-NEXT: entry:
-; CHECK-NEXT: call void @nonza_callee()
+; CHECK-NEXT: call void @inlined_body()
----------------
david-arm wrote:
LINE 87: Should we rename `@new_za_caller_nonza_callee_dont_inline` to `@new_za_caller_nonza_callee_inline` in a similar way to the changes in the other test file? Same goes for other tests below.
https://github.com/llvm/llvm-project/pull/68415
More information about the llvm-commits
mailing list