Skip to content

Commit 59eebb4

Browse files
committed
[RISCV] Fix macro-fusions.mir
1 parent fc3eed1 commit 59eebb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/RISCV/macro-fusions.mir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body: |
4141
# CHECK: slli_srli_shifted_zext
4242
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
4343
---
44-
name: shifted_zext
44+
name: slli_srli_shifted_zext
4545
tracksRegLiveness: true
4646
body: |
4747
bb.0.entry:
@@ -58,7 +58,7 @@ body: |
5858
# CHECK: slli_srli_zexth
5959
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
6060
---
61-
name: zexth
61+
name: slli_srli_zexth
6262
tracksRegLiveness: true
6363
body: |
6464
bb.0.entry:
@@ -75,7 +75,7 @@ body: |
7575
# CHECK: slli_srli_zextw
7676
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
7777
---
78-
name: zextw
78+
name: slli_srli_zextw
7979
tracksRegLiveness: true
8080
body: |
8181
bb.0.entry:

0 commit comments

Comments
 (0)