summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
diff options
context:
space:
mode:
authorChen Zheng <czhengsz@cn.ibm.com>2019-04-09 01:25:25 +0000
committerChen Zheng <czhengsz@cn.ibm.com>2019-04-09 01:25:25 +0000
commit19ce6719bc8412b15addd46dd2e12a2fe2cd07a6 (patch)
tree9a7fb501f365eb1058eaf51b4047ce471eaf936e /llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
parent6f75a8f5d0679eed4ead6f89d8d5a17e01b1765e (diff)
downloadbcm5719-llvm-19ce6719bc8412b15addd46dd2e12a2fe2cd07a6.tar.gz
bcm5719-llvm-19ce6719bc8412b15addd46dd2e12a2fe2cd07a6.zip
[PowerPC] initialize SchedModel according to platform.
Differential Revision: https://reviews.llvm.org/D60177 llvm-svn: 357962
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
index ed9ec4300de..1f5edfa33e1 100644
--- a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
+++ b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
@@ -122,7 +122,7 @@ for.end: ; preds = %if.end
; a2q should use mtctr, but pwr8 should not use mtctr.
define signext i32 @testTripCount5() {
; CHECK-LABEL: testTripCount5:
-; CHECK-PWR8: mtctr
+; CHECK-PWR8-NOT: mtctr
; CHECK-A2Q: mtctr
entry:
OpenPOWER on IntegriCloud