summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-12-02 18:28:17 +0300
committerRoman Lebedev <lebedev.ri@gmail.com>2019-12-02 18:28:41 +0300
commitec7436f299f8b2c2e9ad0e2ca66f3cdeb830cf2a (patch)
treea0e8e7b1b640ff6b20f3690dd65296635c0a2eec
parent88bccded8fa169481fa367debf5ec615640635a1 (diff)
downloadbcm5719-llvm-ec7436f299f8b2c2e9ad0e2ca66f3cdeb830cf2a.tar.gz
bcm5719-llvm-ec7436f299f8b2c2e9ad0e2ca66f3cdeb830cf2a.zip
Autogenerate test/Analysis/ValueTracking/non-negative-phi-bits.ll test
Forgot to stage this change into 0f22e783a038b6983f0fe161eef6cf2add3a4156 commit.
-rwxr-xr-xllvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll b/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll
index 059bbaa3c4e..3b1c43df5a7 100755
--- a/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll
+++ b/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll
@@ -8,7 +8,7 @@ define void @test() #0 {
; CHECK: for.body:
; CHECK-NEXT: [[INDVARS_IV:%.*]] = phi i64 [ 0, [[ENTRY:%.*]] ], [ [[INDVARS_IV_NEXT:%.*]], [[FOR_BODY]] ]
; CHECK-NEXT: [[INDVARS_IV_NEXT]] = add nuw nsw i64 [[INDVARS_IV]], 1
-; CHECK-NEXT: [[EXITCOND:%.*]] = icmp ult i64 [[INDVARS_IV_NEXT]], 40
+; CHECK-NEXT: [[EXITCOND:%.*]] = icmp ult i64 [[INDVARS_IV]], 39
; CHECK-NEXT: br i1 [[EXITCOND]], label [[FOR_END:%.*]], label [[FOR_BODY]]
; CHECK: for.end:
; CHECK-NEXT: ret void
OpenPOWER on IntegriCloud