summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <efriedma@quicinc.com>2019-07-18 22:35:45 +0000
committerEli Friedman <efriedma@quicinc.com>2019-07-18 22:35:45 +0000
commitc68dd359aea4a053a4259027fef9113a678e1a71 (patch)
tree37fbd39d6f02f8e6206cd7023467d548d8ab971e
parent4cd905bdc1a84b8f9424a031c56e3d99249082f9 (diff)
downloadbcm5719-llvm-c68dd359aea4a053a4259027fef9113a678e1a71.tar.gz
bcm5719-llvm-c68dd359aea4a053a4259027fef9113a678e1a71.zip
Update polly test for SCEV change.
r366419 adds nsw to more SCEV expressions, which allows polly to make more aggressive assumptions about the input expressions. llvm-svn: 366510
-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 47f44956450..3a96ff6138b 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] : Start >= 2147483648 or Start <= 2147483646 };
+; CHECK-NEXT: new: [Start] -> { Stmt_reduction_preheader[i0] -> MemRef_A[i0] };
; 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