Skip to content

Commit b9dbb1e

Browse files
author
klensy
committed
fix filecheck typos
1 parent 46080ab commit b9dbb1e

10 files changed

+20
-20
lines changed

polly/test/CodeGen/OpenMP/single_loop.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
; IR-STRIDE4: call void @GOMP_parallel_loop_runtime_start(ptr @single_parallel_loop_polly_subfn, ptr %polly.par.userContext, i32 0, i64 0, i64 1024, i64 4)
8787
; IR-STRIDE4: add nsw i64 %polly.indvar, 3
8888
; IR-STRIDE4: %polly.indvar_next = add nsw i64 %polly.indvar, 4
89-
; IR-STRIDE4 %polly.adjust_ub = sub i64 %polly.par.UBAdjusted, 4
89+
; IR-STRIDE4: %polly.adjust_ub = sub i64 %polly.par.UBAdjusted, 4
9090

9191
; LIBOMP-IR-STATIC-CHUNKED: %struct.ident_t = type { i32, i32, i32, i32, ptr }
9292

polly/test/CodeGen/conflict-between-loop-invariant-code-hosting-and-escape-map-computation.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadNPMPolly -polly-process-unprofitable -passes=polly-codegen -disable-output < %s
1+
; RUN: opt %loadNPMPolly -polly-process-unprofitable -passes=polly-codegen -S < %s | FileCheck %s
22
;
33
; CHECK: store i32 %tmp14_p_scalar_, ptr %tmp14.s2a
44
; CHECK: %tmp14.final_reload = load i32, ptr %tmp14.s2a

polly/test/CodeGen/entry_with_trivial_phi.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadNPMPolly -passes=polly-codegen -S < %s
1+
; RUN: opt %loadNPMPolly -passes=polly-codegen -S < %s | FileCheck %s
22
;
33
; The entry of this scop's simple region (entry.split => for.end) has an trivial
44
; PHI node. LCSSA may create such PHI nodes. This is a breakdown of this case in
@@ -11,10 +11,10 @@ entry:
1111
br label %entry.split
1212

1313
; CHECK-LABEL: %polly.split_new_and_old
14-
; CHECK-NEXT: store float %a, ptr %b.phiops
14+
; CHECK-NEXT: store float %a, ptr %b.phiops, align 4
1515

1616
; CHECK-LABEL: polly.stmt.entry.split
17-
; CHECK-NEXT: %b.phiops.reload = load float, ptr %b.phiops
17+
; CHECK-NEXT: %b.phiops.reload = load float, ptr %b.phiops, align 4
1818

1919
entry.split:
2020
%b = phi float [ %a, %entry ]

polly/test/CodeGen/inner_scev_sdiv_1.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadNPMPolly -S -passes=polly-codegen < %s
1+
; RUN: opt %loadNPMPolly -S -passes=polly-codegen < %s | FileCheck %s
22
;
33
; Excerpt from the test-suite's oggenc reduced using bugpoint.
44
;

polly/test/CodeGen/multidim_alias_check.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadNPMPolly -passes=polly-codegen < %s
1+
; RUN: opt %loadNPMPolly -S -passes=polly-codegen < %s | FileCheck %s
22
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
33

44
; CHECK: %polly.access.sext.A = sext i32 %n to i64

polly/test/CodeGen/phi_loop_carried_float_escape.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
; CHECK-LABEL: polly.stmt.bb1{{[0-9]*}}:
2727
; CHECK-NEXT: %tmp.0.phiops.reload[[R1:[0-9]*]] = load float, ptr %tmp.0.phiops
28-
; CHECK-: store float %tmp.0.phiops.reload[[R1]], ptr %tmp.0.s2a
28+
; CHECK: store float %tmp.0.phiops.reload[[R1]], ptr %tmp.0.s2a
2929

3030
; CHECK-LABEL: polly.stmt.bb4:
3131
; CHECK: %tmp.0.s2a.reload[[R3:[0-9]*]] = load float, ptr %tmp.0.s2a

polly/test/CodeGen/scalar-references-used-in-scop-compute.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Test the code generation in the presence of a scalar out-of-scop value being
44
; used from within the SCoP.
55

6-
; CHECH-LABEL: @scalar-function-argument
6+
; CHECK-LABEL: @scalar-function-argument
77
; CHECK: polly.split_new_and_old
88

99

@@ -26,7 +26,7 @@ for.end:
2626
ret void
2727
}
2828

29-
; CHECH-LABEL: @scalar-outside-of-scop
29+
; CHECK-LABEL: @scalar-outside-of-scop
3030
; CHECK: polly.split_new_and_old
3131

3232
define void @scalar-outside-of-scop(ptr %A) {

polly/test/ScheduleOptimizer/ManualOptimization/unroll_double.ll

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ return:
3939

4040
; CHECK-LABEL: Printing analysis 'Polly - Optimize schedule of SCoP' for region: 'for => return' in function 'func':
4141
; CHECK: domain: "{ Stmt_body[i0] : 0 <= i0 <= 11 }"
42-
; CHECK sequence:
42+
; CHECK: sequence:
4343
; CHECK: - filter: "{ Stmt_body[i0] : 0 <= i0 <= 3 }"
44-
; CHECK sequence:
44+
; CHECK: sequence:
4545
; CHECK: - filter: "{ Stmt_body[0] }"
4646
; CHECK: - filter: "{ Stmt_body[i0] : (-1 + i0) mod 4 = 0 }"
4747
; CHECK: - filter: "{ Stmt_body[i0] : (2 + i0) mod 4 = 0 }"
4848
; CHECK: - filter: "{ Stmt_body[i0] : (1 + i0) mod 4 = 0 }"
49-
; CHECK sequence:
50-
; CHECK: - filter: "{ Stmt_body[i0] : 4 <= i0 <= 7 }"
51-
; CHECK sequence:
49+
; CHECK: - filter: "{ Stmt_body[i0] : 4 <= i0 <= 7 }"
50+
; CHECK: sequence:
51+
; CHECK: sequence:
5252
; CHECK: - filter: "{ Stmt_body[4] }"
5353
; CHECK: - filter: "{ Stmt_body[i0] : (-1 + i0) mod 4 = 0 }"
5454
; CHECK: - filter: "{ Stmt_body[i0] : (2 + i0) mod 4 = 0 }"
5555
; CHECK: - filter: "{ Stmt_body[i0] : (1 + i0) mod 4 = 0 }"
56-
; CHECK sequence:
57-
; CHECK: - filter: "{ Stmt_body[i0] : 8 <= i0 <= 11 }"
58-
; CHECK sequence:
56+
; CHECK: - filter: "{ Stmt_body[i0] : 8 <= i0 <= 11 }"
57+
; CHECK: sequence:
58+
; CHECK: sequence:
5959
; CHECK: - filter: "{ Stmt_body[8] }"
6060
; CHECK: - filter: "{ Stmt_body[i0] : (-1 + i0) mod 4 = 0 }"
6161
; CHECK: - filter: "{ Stmt_body[i0] : (2 + i0) mod 4 = 0 }"

polly/test/ScopInfo/aliasing_multiple_alias_groups.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ for.end: ; preds = %for.body
6060
; TBAA-NEXT: {{\[\[}}
6161
; TBAA-DAG: <{ MemRef_Float0[(0)] }, { MemRef_Float0[(1024)] }>
6262
; TBAA-DAG: <{ MemRef_Float1[(0)] }, { MemRef_Float1[(1024)] }>
63-
; TBBA: {{\]\]}}
63+
; TBAA: {{\]\]}}

polly/test/ScopInfo/constant_start_integer.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
1111
; }
1212
; }
1313

14-
; CHECK p0: {0,+,256}<%for.cond1.preheader>
14+
; CHECK: p0: {0,+,256}<%for.cond1.preheader>
1515
; CHECK-NOT: p1
1616

1717
; CHECK: ReadAccess

0 commit comments

Comments
 (0)