File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/Transforms/Inline/AArch64 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ target triple = "aarch64"
77
88declare void @streaming_compatible_f () #0 "aarch64_pstate_sm_compatible"
99
10- ; Function @streaming_callee doesn't contain any operations that may use ZA
10+ ; Function @non_streaming_callee doesn't contain any operations that may use ZA
1111; state and therefore can be legally inlined into a normal function.
1212define void @non_streaming_callee () #0 {
1313; CHECK-LABEL: define void @non_streaming_callee
@@ -21,7 +21,7 @@ define void @non_streaming_callee() #0 {
2121 ret void
2222}
2323
24- ; Inline call to @streaming_callee to remove a streaming mode change.
24+ ; Inline call to @non_streaming_callee to remove a streaming mode change.
2525define void @streaming_caller_inline () #0 "aarch64_pstate_sm_enabled" {
2626; CHECK-LABEL: define void @streaming_caller_inline
2727; CHECK-SAME: () #[[ATTR2:[0-9]+]] {
@@ -33,7 +33,7 @@ define void @streaming_caller_inline() #0 "aarch64_pstate_sm_enabled" {
3333 ret void
3434}
3535
36- ; Don't inline call to @streaming_callee when the inline-threshold is set to 1, because it does not eliminate a streaming-mode change.
36+ ; Don't inline call to @non_streaming_callee when the inline-threshold is set to 1, because it does not eliminate a streaming-mode change.
3737define void @non_streaming_caller_dont_inline () #0 {
3838; CHECK-LABEL: define void @non_streaming_caller_dont_inline
3939; CHECK-SAME: () #[[ATTR1]] {
You can’t perform that action at this time.
0 commit comments