mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[llvm] Update tests that got missed in adee485adf84ae8a.
This commit is contained in:
parent
9acf2cef1e
commit
5b47031c00
@ -32,7 +32,7 @@ define void @foo(i32 %size, i32 %nsteps, i32 %hsize, i32* %lined, i8* %maxarray)
|
||||
; CHECK-NEXT: [[TMPV:%.*]] = xor i8 [[V1]], [[V2]]
|
||||
; CHECK-NEXT: [[SCEVGEP4:%.*]] = getelementptr i8, i8* [[LSR_IV3]], i64 [[LSR_IV1]]
|
||||
; CHECK-NEXT: store i8 [[TMPV]], i8* [[SCEVGEP4]], align 1
|
||||
; CHECK-NEXT: [[LSR_IV_NEXT]] = add i64 [[LSR_IV]], -1
|
||||
; CHECK-NEXT: [[LSR_IV_NEXT]] = add nsw i64 [[LSR_IV]], -1
|
||||
; CHECK-NEXT: [[SCEVGEP]] = getelementptr i8, i8* [[LSR_IV3]], i64 1
|
||||
; CHECK-NEXT: [[EXITCOND:%.*]] = icmp ne i64 [[LSR_IV_NEXT]], 0
|
||||
; CHECK-NEXT: br i1 [[EXITCOND]], label [[FOR_BODY2]], label [[FOR_INC_LOOPEXIT:%.*]]
|
||||
|
@ -8,7 +8,7 @@
|
||||
; CHECK: Loop: Loop at depth 2 containing: %for.body3.us<header><latch><exiting>
|
||||
; CHECK-NEXT: Loop Versioning found to be beneficial
|
||||
;
|
||||
; CHECK: for.cond1.for.inc17_crit_edge.us.loopexit6: ; preds = %for.body3.us
|
||||
; CHECK: for.cond1.for.inc17_crit_edge.us.loopexit7: ; preds = %for.body3.us
|
||||
; CHECK-NEXT: %add14.us.lcssa = phi float [ %add14.us, %for.body3.us ]
|
||||
; CHECK-NEXT: store float %add14.us.lcssa, float* %arrayidx.us, align 4, !alias.scope !0, !noalias !0
|
||||
; CHECK-NEXT: br label %for.cond1.for.inc17_crit_edge.us
|
||||
|
Loading…
Reference in New Issue
Block a user