Skip to content

Commit 79edddf

Browse files
authored
Update llvm/test/Transforms/InstCombine/AArch64/aarch64-sme-in-streaming-mode.ll
1 parent 9111616 commit 79edddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Transforms/InstCombine/AArch64/aarch64-sme-in-streaming-mode.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define i1 @test_in_streaming_mode_streaming() "aarch64_pstate_sm_enabled" {
2222

2323
define i1 @test_in_streaming_mode_streaming_compatible_streaming_body() "aarch64_pstate_sm_compatible" "aarch64_pstate_sm_body" {
2424
; CHECK-LABEL: define i1 @test_in_streaming_mode_streaming_compatible_streaming_body(
25-
; CHECK-SAME: ) #[[ATTR1:[0-9]+]] {
25+
; CHECK-SAME: ) #[[ATTR2:[0-9]+]] {
2626
; CHECK-NEXT: ret i1 true
2727
;
2828
%sm = tail call i1 @llvm.aarch64.sme.in.streaming.mode()
@@ -31,7 +31,7 @@ define i1 @test_in_streaming_mode_streaming_compatible_streaming_body() "aarch64
3131

3232
define i1 @test_in_streaming_mode_streaming_body() "aarch64_pstate_sm_body" {
3333
; CHECK-LABEL: define i1 @test_in_streaming_mode_streaming_body(
34-
; CHECK-SAME: ) #[[ATTR2:[0-9]+]] {
34+
; CHECK-SAME: ) #[[ATTR3:[0-9]+]] {
3535
; CHECK-NEXT: ret i1 true
3636
;
3737
%sm = tail call i1 @llvm.aarch64.sme.in.streaming.mode()
@@ -40,7 +40,7 @@ define i1 @test_in_streaming_mode_streaming_body() "aarch64_pstate_sm_body" {
4040

4141
define i1 @test_in_streaming_mode_non_streaming() {
4242
; CHECK-LABEL: define i1 @test_in_streaming_mode_non_streaming(
43-
; CHECK-SAME: ) #[[ATTR3:[0-9]+]] {
43+
; CHECK-SAME: ) #[[ATTR4:[0-9]+]] {
4444
; CHECK-NEXT: ret i1 false
4545
;
4646
%sm = tail call i1 @llvm.aarch64.sme.in.streaming.mode()

0 commit comments

Comments
 (0)