Skip to content

Commit cc2c8ab

Browse files
committed
Require asserts for llvm/test/CodeGen/PowerPC/sms-regpress.mir.
1 parent cd6ed95 commit cc2c8ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/PowerPC/sms-regpress.mir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# RUN: llc --verify-machineinstrs -mcpu=pwr9 -o - %s -run-pass=pipeliner -ppc-enable-pipeliner -pipeliner-register-pressure -pipeliner-max-mii=50 -pipeliner-ii-search-range=30 -pipeliner-max-stages=10 -debug-only=pipeliner 2>&1 | FileCheck %s
22

3+
# REQUIRES: asserts
4+
35
# Check that if the register pressure is too high, the schedule is rejected, II is incremented, and scheduling continues.
46
# The specific value of II is not important.
57

0 commit comments

Comments
 (0)