summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-02-03 18:10:16 +0000
committerSanjay Patel <spatel@rotateright.com>2019-02-03 18:10:16 +0000
commitf1314b66030058abf0545bc054622902864f6444 (patch)
treec8e0f3c6a7b29696e0a5e53d26ea2056bd124ab4 /llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
parent84ceae6048cbfc5141a36c369eae621b4fb4d613 (diff)
downloadbcm5719-llvm-f1314b66030058abf0545bc054622902864f6444.tar.gz
bcm5719-llvm-f1314b66030058abf0545bc054622902864f6444.zip
[PowerPC] adjust test for uaddo change in rL353001
We don't need a mtctr/bctr for this test now; a regular conditional branch is fine. llvm-svn: 353002
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
index 481ec54e79a..c1ba9214fda 100644
--- a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
+++ b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
@@ -82,9 +82,8 @@ for.body: ; preds = %entry, %for.body
; Function Attrs: norecurse nounwind
define signext i32 @testTripCount2NonSmallLoop() {
-
; CHECK-LABEL: testTripCount2NonSmallLoop:
-; CHECK: mtctr
+; CHECK: bge
; CHECK: blr
entry:
OpenPOWER on IntegriCloud