[llvm] 59eebb4 - [RISCV] Fix macro-fusions.mir
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 22:50:16 PST 2023
Author: wangpc
Date: 2023-12-22T14:49:59+08:00
New Revision: 59eebb40fbedf6bc35746a0639f823a19ab0f030
URL: https://github.com/llvm/llvm-project/commit/59eebb40fbedf6bc35746a0639f823a19ab0f030
DIFF: https://github.com/llvm/llvm-project/commit/59eebb40fbedf6bc35746a0639f823a19ab0f030.diff
LOG: [RISCV] Fix macro-fusions.mir
Added:
Modified:
llvm/test/CodeGen/RISCV/macro-fusions.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/macro-fusions.mir b/llvm/test/CodeGen/RISCV/macro-fusions.mir
index b7568ae6f0f699..13464141ce27e6 100644
--- a/llvm/test/CodeGen/RISCV/macro-fusions.mir
+++ b/llvm/test/CodeGen/RISCV/macro-fusions.mir
@@ -41,7 +41,7 @@ body: |
# CHECK: slli_srli_shifted_zext
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
---
-name: shifted_zext
+name: slli_srli_shifted_zext
tracksRegLiveness: true
body: |
bb.0.entry:
@@ -58,7 +58,7 @@ body: |
# CHECK: slli_srli_zexth
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
---
-name: zexth
+name: slli_srli_zexth
tracksRegLiveness: true
body: |
bb.0.entry:
@@ -75,7 +75,7 @@ body: |
# CHECK: slli_srli_zextw
# CHECK: Macro fuse: {{.*}}SLLI - SRLI
---
-name: zextw
+name: slli_srli_zextw
tracksRegLiveness: true
body: |
bb.0.entry:
More information about the llvm-commits
mailing list