aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/ctrloop-le.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-10-19 00:14:04 +0000
committerAndrew Trick <atrick@apple.com>2013-10-19 00:14:04 +0000
commit7b79924dec28eb0d4fee2211940c427c11283505 (patch)
tree3483cfb79b34806135a731089155f15d2478dc14 /test/CodeGen/PowerPC/ctrloop-le.ll
parenta5c5bc994875d34ec465b86c7539edd19dd95f22 (diff)
downloadexternal_llvm-7b79924dec28eb0d4fee2211940c427c11283505.zip
external_llvm-7b79924dec28eb0d4fee2211940c427c11283505.tar.gz
external_llvm-7b79924dec28eb0d4fee2211940c427c11283505.tar.bz2
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ctrloop-le.ll')
-rw-r--r--test/CodeGen/PowerPC/ctrloop-le.ll13
1 files changed, 4 insertions, 9 deletions
diff --git a/test/CodeGen/PowerPC/ctrloop-le.ll b/test/CodeGen/PowerPC/ctrloop-le.ll
index 21a6fab..7b8185e 100644
--- a/test/CodeGen/PowerPC/ctrloop-le.ll
+++ b/test/CodeGen/PowerPC/ctrloop-le.ll
@@ -32,8 +32,7 @@ for.end: ; preds = %for.body, %entry
; CHECK: test_pos2_ir_sle
-; FIXME: Support this loop!
-; CHECK-NOT: bdnz
+; CHECK: bdnz
; a < b
define void @test_pos2_ir_sle(i8* nocapture %p, i32 %a, i32 %b) nounwind {
entry:
@@ -62,8 +61,7 @@ for.end: ; preds = %for.body, %entry
; CHECK: test_pos4_ir_sle
-; FIXME: Support this loop!
-; CHECK-NOT: bdnz
+; CHECK: bdnz
; a < b
define void @test_pos4_ir_sle(i8* nocapture %p, i32 %a, i32 %b) nounwind {
entry:
@@ -92,8 +90,7 @@ for.end: ; preds = %for.body, %entry
; CHECK: test_pos8_ir_sle
-; FIXME: Support this loop!
-; CHECK-NOT: bdnz
+; CHECK: bdnz
; a < b
define void @test_pos8_ir_sle(i8* nocapture %p, i32 %a, i32 %b) nounwind {
entry:
@@ -122,8 +119,7 @@ for.end: ; preds = %for.body, %entry
; CHECK: test_pos16_ir_sle
-; FIXME: Support this loop!
-; CHECK-NOT: bdnz
+; CHECK: bdnz
; a < b
define void @test_pos16_ir_sle(i8* nocapture %p, i32 %a, i32 %b) nounwind {
entry:
@@ -443,4 +439,3 @@ for.body: ; preds = %for.body.lr.ph, %fo
for.end: ; preds = %for.body, %entry
ret void
}
-