mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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
This commit is contained in:
parent
a5c5bc9948
commit
7b79924dec
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user