Skip to content

Commit

Permalink
[RISCV] Add missing REQUIRES asserts to test (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 20, 2023
1 parent 2176af7 commit bbe6c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CodeGen/RISCV/sifive7-enable-intervals.mir
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# RUN: llc -mtriple=riscv64 -mcpu=sifive-x280 -run-pass=machine-scheduler \
# RUN: -debug-only=machine-scheduler -misched-dump-schedule-trace \
# RUN: -misched-topdown -o - %s 2>&1 | FileCheck %s
# REQUIRES: asserts

# The purpose of this test is to show that the VADD instructions are issued so
# that the SiFive7VA is saturated.
Expand Down

0 comments on commit bbe6c81

Please sign in to comment.