[llvm] r353002 - [PowerPC] adjust test for uaddo change in rL353001

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 3 10:10:17 PST 2019


Author: spatel
Date: Sun Feb  3 10:10:16 2019
New Revision: 353002

URL: http://llvm.org/viewvc/llvm-project?rev=353002&view=rev
Log:
[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.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/ctrloop-shortLoops.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/ctrloop-shortLoops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ctrloop-shortLoops.ll?rev=353002&r1=353001&r2=353002&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/ctrloop-shortLoops.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/ctrloop-shortLoops.ll Sun Feb  3 10:10:16 2019
@@ -82,9 +82,8 @@ for.body:
 
 ; Function Attrs: norecurse nounwind
 define signext i32 @testTripCount2NonSmallLoop() {
-
 ; CHECK-LABEL: testTripCount2NonSmallLoop:
-; CHECK: mtctr
+; CHECK: bge
 ; CHECK: blr
 
 entry:




More information about the llvm-commits mailing list