Skip to content

Commit 4ca6a64

Browse files
committed
Update comments in test
1 parent 443e282 commit 4ca6a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Transforms/Inline/AArch64/sme-pstatesm-attrs-low-threshold.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target triple = "aarch64"
77

88
declare 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.
1212
define 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.
2525
define 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.
3737
define void @non_streaming_caller_dont_inline() #0 {
3838
; CHECK-LABEL: define void @non_streaming_caller_dont_inline
3939
; CHECK-SAME: () #[[ATTR1]] {

0 commit comments

Comments
 (0)