summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2019-09-30 07:47:08 +0000
committerTim Northover <tnorthover@apple.com>2019-09-30 07:47:08 +0000
commit1249126c7c616a160a3d43c68aec87f478c7bccb (patch)
treec7c2fdcbd2d4a5a270868ea99d88e55a24e532c9
parent58e8c793d0e43150a6452e971a32d7407a8a7401 (diff)
downloadbcm5719-llvm-1249126c7c616a160a3d43c68aec87f478c7bccb.tar.gz
bcm5719-llvm-1249126c7c616a160a3d43c68aec87f478c7bccb.zip
Revert "Update polly test for SCEV change."
The motivating SCEV change was reverted as incorrect. llvm-svn: 373185
-rw-r--r--polly/test/DeLICM/reduction_looprotate_hoisted.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_hoisted.ll b/polly/test/DeLICM/reduction_looprotate_hoisted.ll
index 3a96ff6138b..47f44956450 100644
--- a/polly/test/DeLICM/reduction_looprotate_hoisted.ll
+++ b/polly/test/DeLICM/reduction_looprotate_hoisted.ll
@@ -70,7 +70,7 @@ return:
; CHECK-NEXT: Stmt_reduction_preheader
; CHECK-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 1]
; CHECK-NEXT: [Start] -> { Stmt_reduction_preheader[i0] -> MemRef_phi__phi[] };
-; CHECK-NEXT: new: [Start] -> { Stmt_reduction_preheader[i0] -> MemRef_A[i0] };
+; CHECK-NEXT: new: [Start] -> { Stmt_reduction_preheader[i0] -> MemRef_A[i0] : Start >= 2147483648 or Start <= 2147483646 };
; CHECK-NEXT: Stmt_reduction_for
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 1]
; CHECK-NEXT: [Start] -> { Stmt_reduction_for[i0, i1] -> MemRef_phi__phi[] };
OpenPOWER on IntegriCloud