Skip to content

Commit 8ab19d2

Browse files
committed
[RISCV] Add -verify-machineinstrs to RISCVInsertVSETVLI MIR tests. NFC
Now that we're working with LiveIntervals, make sure that they're correct.
1 parent 8d17824 commit 8ab19d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/rvv/vsetvli-insert-crossbb.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2-
# RUN: llc %s -o - -mtriple=riscv64 -mattr=v \
2+
# RUN: llc %s -o - -mtriple=riscv64 -mattr=v -verify-machineinstrs \
33
# RUN: -run-pass=phi-node-elimination,register-coalescer,riscv-insert-vsetvli | FileCheck %s
44

55
--- |

llvm/test/CodeGen/RISCV/rvv/vsetvli-insert.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
22
# RUN: llc %s -o - -mtriple=riscv64 -mattr=v -run-pass=liveintervals,riscv-insert-vsetvli \
3-
# RUN: | FileCheck %s
3+
# RUN: -verify-machineinstrs | FileCheck %s
44

55
--- |
66
source_filename = "vsetvli-insert.ll"

0 commit comments

Comments
 (0)