[polly] 203c7fa - [Polly] Fix test case fixing the colon.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 20:49:03 PDT 2021


Author: Michael Kruse
Date: 2021-10-08T22:46:55-05:00
New Revision: 203c7fab730e7a1252e828ae1aa29c799d0be023

URL: https://github.com/llvm/llvm-project/commit/203c7fab730e7a1252e828ae1aa29c799d0be023
DIFF: https://github.com/llvm/llvm-project/commit/203c7fab730e7a1252e828ae1aa29c799d0be023.diff

LOG: [Polly] Fix test case fixing the colon.

Commit 573531fb1f529b1413b789fa9eee11c7b41ac83d fixed the colon at the
end of a CHECK line (was a semicolon by mistake). With the check
enabled, it turned out that it was failing. Check for the correct
content.

Also add the missing colon to the next CHECK line.

Added: 
    

Modified: 
    polly/test/ScopInfo/scop-affine-parameter-ordering.ll

Removed: 
    


################################################################################
diff  --git a/polly/test/ScopInfo/scop-affine-parameter-ordering.ll b/polly/test/ScopInfo/scop-affine-parameter-ordering.ll
index cbac35d0d2af..5ff541c0f76f 100644
--- a/polly/test/ScopInfo/scop-affine-parameter-ordering.ll
+++ b/polly/test/ScopInfo/scop-affine-parameter-ordering.ll
@@ -9,8 +9,8 @@ target triple = "aarch64--linux-android"
 ; CHECK-NEXT: Schedule :=
 ; CHECK-NEXT: [p_0] -> { Stmt_for_body8_us_us95_i[i0] -> [i0] };
 ; CHECK-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 0]
-; CHECK-NEXT: [p_0] -> { Stmt_for_body8_us_us95_i[i0] -> MemRef_0[1 + p_0] };
-; CHECK-NEXT }
+; CHECK-NEXT: [p_0] -> { Stmt_for_body8_us_us95_i[i0] -> MemRef0[1 - p_0] };
+; CHECK-NEXT: }
 
 define void @test1() unnamed_addr align 2 {
 entry:


        


More information about the llvm-commits mailing list