[llvm-branch-commits] [polly] r366767 - Merging r366510:
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 22 16:37:34 PDT 2019
Author: hans
Date: Mon Jul 22 16:37:34 2019
New Revision: 366767
URL: http://llvm.org/viewvc/llvm-project?rev=366767&view=rev
Log:
Merging r366510:
------------------------------------------------------------------------
r366510 | efriedma | 2019-07-19 00:35:45 +0200 (Fri, 19 Jul 2019) | 6 lines
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.
------------------------------------------------------------------------
Modified:
polly/branches/release_90/ (props changed)
polly/branches/release_90/test/DeLICM/reduction_looprotate_hoisted.ll
Propchange: polly/branches/release_90/
------------------------------------------------------------------------------
svn:mergeinfo = /polly/trunk:366510
Modified: polly/branches/release_90/test/DeLICM/reduction_looprotate_hoisted.ll
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_90/test/DeLICM/reduction_looprotate_hoisted.ll?rev=366767&r1=366766&r2=366767&view=diff
==============================================================================
--- polly/branches/release_90/test/DeLICM/reduction_looprotate_hoisted.ll (original)
+++ polly/branches/release_90/test/DeLICM/reduction_looprotate_hoisted.ll Mon Jul 22 16:37:34 2019
@@ -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[] };
More information about the llvm-branch-commits
mailing list