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 cd6ed95 commit cc2c8abCopy full SHA for cc2c8ab
llvm/test/CodeGen/PowerPC/sms-regpress.mir
@@ -1,5 +1,7 @@
1
# 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
2
3
+# REQUIRES: asserts
4
+
5
# Check that if the register pressure is too high, the schedule is rejected, II is incremented, and scheduling continues.
6
# The specific value of II is not important.
7
0 commit comments