]> granicus.if.org Git - llvm/commitdiff
[PowerPC] adjust test for uaddo change in rL353001
authorSanjay Patel <spatel@rotateright.com>
Sun, 3 Feb 2019 18:10:16 +0000 (18:10 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 3 Feb 2019 18:10:16 +0000 (18:10 +0000)
We don't need a mtctr/bctr for this test now; a regular
conditional branch is fine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353002 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/ctrloop-shortLoops.ll

index 481ec54e79a4b1556cbb000ca502cc521b29509f..c1ba9214fdaf7eea98ba73f29df2843b2fefd447 100644 (file)
@@ -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: