We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec99867 commit c9d626dCopy full SHA for c9d626d
llvm/test/CodeGen/RISCV/make-compressible.mir
@@ -1,7 +1,7 @@
1
# 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 \
+# RUN: llc -o - %s -mtriple=riscv32 -mattr=+c,+f,+d,+zcf,+zcd -simplify-mir \
3
# 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 \
+# RUN: llc -o - %s -mtriple=riscv64 -mattr=+c,+f,+d,+zcd -simplify-mir \
5
# RUN: -run-pass=riscv-make-compressible | FileCheck --check-prefixes=RV64,RV64C %s
6
# RUN: llc -o - %s -mtriple=riscv32 -mattr=+d,+zcf -simplify-mir \
7
# RUN: -run-pass=riscv-make-compressible | FileCheck --check-prefixes=RV32,RV32ZCF %s
0 commit comments