diff options
author | Andrew Trick <atrick@apple.com> | 2013-10-19 00:14:04 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-10-19 00:14:04 +0000 |
commit | 1bda72144dc1ca4c3250998dfccac7b0ab0c7402 (patch) | |
tree | cb8f5ae683795e062398406e25dc5c8f7d982dc5 /llvm/test/CodeGen/PowerPC/ctrloop-le.ll | |
parent | 8aa8da85ca60f2c7d88c47a67a4252bd032d1eb9 (diff) | |
download | bcm5719-llvm-1bda72144dc1ca4c3250998dfccac7b0ab0c7402.tar.gz bcm5719-llvm-1bda72144dc1ca4c3250998dfccac7b0ab0c7402.zip |
Update PPC loop tests after SCEV non-unit-stride checkin r193015.
llvm-svn: 193021
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-le.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ctrloop-le.ll | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-le.ll b/llvm/test/CodeGen/PowerPC/ctrloop-le.ll index 21a6faba286..7b8185ed526 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-le.ll +++ b/llvm/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 } - |