[polly] r373185 - Revert "Update polly test for SCEV change."

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 00:47:08 PDT 2019


Author: tnorthover
Date: Mon Sep 30 00:47:08 2019
New Revision: 373185

URL: http://llvm.org/viewvc/llvm-project?rev=373185&view=rev
Log:
Revert "Update polly test for SCEV change."

The motivating SCEV change was reverted as incorrect.

Modified:
    polly/trunk/test/DeLICM/reduction_looprotate_hoisted.ll

Modified: polly/trunk/test/DeLICM/reduction_looprotate_hoisted.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/DeLICM/reduction_looprotate_hoisted.ll?rev=373185&r1=373184&r2=373185&view=diff
==============================================================================
--- polly/trunk/test/DeLICM/reduction_looprotate_hoisted.ll (original)
+++ polly/trunk/test/DeLICM/reduction_looprotate_hoisted.ll Mon Sep 30 00:47:08 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] };
+; 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[] };




More information about the llvm-commits mailing list