diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ctrloop-lt.ll')
-rw-r--r-- | test/CodeGen/PowerPC/ctrloop-lt.ll | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/test/CodeGen/PowerPC/ctrloop-lt.ll b/test/CodeGen/PowerPC/ctrloop-lt.ll index 448716d..eaab61a 100644 --- a/test/CodeGen/PowerPC/ctrloop-lt.ll +++ b/test/CodeGen/PowerPC/ctrloop-lt.ll @@ -33,7 +33,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos2_ir_slt ; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos2_ir_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -63,7 +63,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos4_ir_slt ; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos4_ir_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -92,8 +92,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos8_ir_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos8_ir_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -122,8 +121,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos16_ir_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos16_ir_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -326,8 +324,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos2_rr_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos2_rr_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -356,8 +353,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos4_rr_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos4_rr_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -386,8 +382,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos8_rr_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos8_rr_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -416,8 +411,7 @@ for.end: ; preds = %for.body, %entry ; CHECK: test_pos16_rr_slt -; FIXME: Support this loop! -; CHECK-NOT: bdnz +; CHECK: bdnz ; a < b define void @test_pos16_rr_slt(i8* nocapture %p, i32 %a, i32 %b) nounwind { entry: @@ -442,4 +436,3 @@ for.body: ; preds = %for.body.lr.ph, %fo for.end: ; preds = %for.body, %entry ret void } - |