Skip to content

Commit c9d626d

Browse files
committed
Update make-compressible.mir
1 parent ec99867 commit c9d626d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/make-compressible.mir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2-
# RUN: llc -o - %s -mtriple=riscv32 -mattr=+c,+f,+d -simplify-mir \
2+
# RUN: llc -o - %s -mtriple=riscv32 -mattr=+c,+f,+d,+zcf,+zcd -simplify-mir \
33
# RUN: -run-pass=riscv-make-compressible | FileCheck --check-prefixes=RV32,RV32C %s
4-
# RUN: llc -o - %s -mtriple=riscv64 -mattr=+c,+f,+d -simplify-mir \
4+
# RUN: llc -o - %s -mtriple=riscv64 -mattr=+c,+f,+d,+zcd -simplify-mir \
55
# RUN: -run-pass=riscv-make-compressible | FileCheck --check-prefixes=RV64,RV64C %s
66
# RUN: llc -o - %s -mtriple=riscv32 -mattr=+d,+zcf -simplify-mir \
77
# RUN: -run-pass=riscv-make-compressible | FileCheck --check-prefixes=RV32,RV32ZCF %s

0 commit comments

Comments
 (0)