Skip to content

Commit d785168

Browse files
committed
[polly] Remove trailing whitespace from tests. NFC.
1 parent f79f430 commit d785168

39 files changed

+56
-56
lines changed

polly/test/CodeGen/OpenMP/invariant_base_pointers_preloaded.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; A[i] += A[0] + A[0];
99
; }
1010
;
11-
; CHECK: %polly.subfn.storeaddr.polly.access.A.load = getelementptr inbounds
11+
; CHECK: %polly.subfn.storeaddr.polly.access.A.load = getelementptr inbounds
1212
; CHECK: store float %polly.access.A.load, float* %polly.subfn.storeaddr.polly.access.A.load
1313
;
1414
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

polly/test/CodeGen/invariant_load_address_space.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;
33
; CHECK-LABEL: polly.preload.begin:
44
; CHECK-NEXT: %polly.access.B = getelementptr i32, i32 addrspace(1)* %B, i64 0
5-
; CHECK-NOT: addrspacecast
5+
; CHECK-NOT: addrspacecast
66
; CHECK-NEXT: %polly.access.B.load = load i32, i32 addrspace(1)* %polly.access.B
77
;
88
; CHECK-LABEL: polly.stmt.bb2:

polly/test/CodeGen/invariant_load_escaping.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;
33
; int f(int *A, int *B) {
44
; // Possible aliasing between A and B but if not then *B would be
5-
; // invariant. We assume this and hoist *B but need to use a merged
5+
; // invariant. We assume this and hoist *B but need to use a merged
66
; // version in the return.
77
; int i = 0;
88
; int x = 0;

polly/test/CodeGen/stmt_split_no_dependence.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ for.end: ; preds = %for.cond
4141
ret void
4242
}
4343

44-
!0 = !{!"polly_split_after"}
44+
!0 = !{!"polly_split_after"}

polly/test/DeLICM/pr41656.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt %loadPolly -polly-scops -polly-delicm -analyze < %s | FileCheck %s
22
;
33
; llvm.org/PR41656
4-
;
4+
;
55
; This test case has an InvalidContext such that part of the predecessors
66
; of for.body.us.i lie within the invalid context. This causes a
77
; consistency check withing the invalid context of PR41656 to fail.

polly/test/DeLICM/pr48783.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for.cond2.for.end_crit_edge.us.i: ; preds = %for.body5.us.for.bo
6161
fill_samples.exit: ; preds = %for.cond2.for.end_crit_edge.us.i, %for.body.us.i.us
6262
ret void
6363
}
64-
64+
6565
declare dso_local i32 @av_get_channel_layout_nb_channels() local_unnamed_addr #0
6666

6767
; Function Attrs: nounwind readnone speculatable

polly/test/DependenceInfo/nonaffine-condition-buildMemoryAccess.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadPolly -polly-codegen -polly-allow-nonaffine-loops -polly-allow-nonaffine -debug-only=polly-dependence < %s 2>&1 | FileCheck %s
1+
; RUN: opt %loadPolly -polly-codegen -polly-allow-nonaffine-loops -polly-allow-nonaffine -debug-only=polly-dependence < %s 2>&1 | FileCheck %s
22
; REQUIRES: asserts
33

44
; CHECK: MayWriteAccess := [Reduction Type: NONE] [Scalar: 0]

polly/test/GPGPU/add-scalars-in-scop-to-kills.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
; #pragma scop
2323
; for(int i = 0; i < 1000; i++) {
2424
; XLoopInit: x = 0;
25-
;
25+
;
2626
; if (control1 > 2)
2727
; C1Add: x += 10;
2828
; if (control2 > 3)
2929
; C2Add: x += A[i];
30-
;
30+
;
3131
; BLoopAccumX: B[i] += x;
3232
; }
33-
;
33+
;
3434
; #pragma endscop
3535
; }
3636
; ModuleID = 'test.ll'

polly/test/GPGPU/debug-metadata-leak.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;
1717
; https://reviews.llvm.org/D35630 removes this debug metadata before the
1818
; instruction is copied to the GPUModule.
19-
;
19+
;
2020
; vec_add_1.c:
2121
; void vec_add_1(int N, int arr[N]) {
2222
; int i=0;

polly/test/GPGPU/invalid-kernel-assert-verifymodule.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
; }
1414

1515

16-
; RUN: opt %loadPolly -polly-codegen-ppcg -S < %s
16+
; RUN: opt %loadPolly -polly-codegen-ppcg -S < %s
1717

1818
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
1919

polly/test/GPGPU/invariant-load-hoisting-with-variable-lower-bound.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
; This declaration would not have been generated unless a kernel launch exists.
2222
; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
2323

24-
;
24+
;
2525
; void f(int *begin, int *arr) {
2626
; for (int i = *begin; i < 100; i++) {
2727
; arr[i] = 0;

polly/test/GPGPU/privatization-simple.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
; x = 0;
1919
; if(control) x = C[i];
2020
; B[i] = x * A[i];
21-
;
21+
;
2222
; }
2323
; #pragma endscop
2424
; }

polly/test/GPGPU/privatization.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
; the declare would not be generated unless a call to a kernel exists.
1313
; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
1414

15-
;
15+
;
1616
;
1717
; void checkPrivatization(int A[], int B[], int C[], int control) {
1818
; int x;

polly/test/MaximalStaticExpansion/read_from_original.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
;
88
; #define Ni 2000
99
; #define Nj 3000
10-
;
10+
;
1111
; double mse(double A[Ni], double B[Nj]) {
1212
; int i;
1313
; double tmp = 6;
1414
; for (i = 0; i < Ni; i++) {
1515
; for (int j = 2; j<Nj; j++) {
1616
; B[j-1] = j;
1717
; }
18-
; A[i] = B[i];
18+
; A[i] = B[i];
1919
; }
2020
; return tmp;
2121
; }

polly/test/MaximalStaticExpansion/too_many_writes.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
;
88
; #define Ni 2000
99
; #define Nj 2000
10-
;
10+
;
1111
; double mse(double A[Ni], double B[Nj]) {
1212
; int i;
1313
; double tmp = 6;
1414
; for (i = 0; i < Ni; i++) {
15-
; B[i] = 2;
15+
; B[i] = 2;
1616
; for (int j = 0; j<Nj; j++) {
1717
; B[j] = j;
1818
; }
19-
; A[i] = B[i];
19+
; A[i] = B[i];
2020
; }
2121
; return tmp;
2222
; }

polly/test/MaximalStaticExpansion/working_deps_between_inners.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
;
77
; #define Ni 2000
88
; #define Nj 3000
9-
;
9+
;
1010
; void tmp3(double A[Ni], double B[Nj]) {
1111
; int i,j;
1212
; double tmp = 6;
1313
; for (i = 0; i < Ni; i++) {
1414
;
1515
; for(int h = 0; h<Nj; h++)
16-
; B[h] = h;
17-
;
16+
; B[h] = h;
17+
;
1818
; for(j = 0; j < Nj; j++) {
1919
; for(int k=0; k<Nj; k++) {
2020
; tmp = i+k+j;

polly/test/MaximalStaticExpansion/working_deps_between_inners_phi.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
;
99
; #define Ni 2000
1010
; #define Nj 3000
11-
;
11+
;
1212
; void tmp3(double A[Ni], double B[Nj]) {
1313
; int i,j;
1414
; double tmp = 6;
1515
; for (i = 0; i < Ni; i++) {
16-
;
16+
;
1717
; for(int h = 0; h<Nj; h++)
1818
; B[h] = h;
19-
;
19+
;
2020
; for(j = 0; j < Nj; j++) {
2121
; for(int k=0; k<Nj; k++) {
2222
; tmp = tmp+i+k+j;

polly/test/MaximalStaticExpansion/working_expansion.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
;
77
; #define Ni 2000
88
; #define Nj 3000
9-
;
9+
;
1010
; double mse(double A[Ni], double B[Nj]) {
1111
; int i;
1212
; double tmp = 6;
1313
; for (i = 0; i < Ni; i++) {
1414
; for (int j = 0; j<Nj; j++) {
1515
; B[j] = j;
1616
; }
17-
; A[i] = B[i];
17+
; A[i] = B[i];
1818
; }
1919
; return tmp;
2020
; }

polly/test/MaximalStaticExpansion/working_expansion_multiple_dependences_per_statement.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
; for (j = 0; j < Ni; j++) {
1313
; for (int i = 0; i<Nj; i++)
1414
; B[i] = i;
15-
;
15+
;
1616
; for (int i = 0; i<Nj; i++)
1717
; D[i] = i;
18-
;
18+
;
1919
; A[j] = B[j];
2020
; C[j] = D[j];
2121
; }

polly/test/MaximalStaticExpansion/working_expansion_multiple_instruction_per_statement.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-mse -analyze < %s | FileCheck %s
22
;
3-
; Verify that the accesses are correctly expanded
3+
; Verify that the accesses are correctly expanded
44
;
55
; Original source code :
66
;

polly/test/MaximalStaticExpansion/working_phi_two_scalars.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
; CHECK-NOT: new: { Stmt_for_inc4[i0] -> MemRef_tmp_05__phi_Stmt_for_body_expanded[1 + i0] : i0 <= 9998 };
5252
; CHECK: new: { Stmt_for_inc4[i0] -> MemRef_conv_lcssa__phi_Stmt_for_inc4_expanded[i0] };
5353
; CHECK: new: { Stmt_for_inc4[i0] -> MemRef_add_lcssa__phi_Stmt_for_inc4_expanded[i0] };
54-
;
54+
;
5555
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5656
target triple = "x86_64-unknown-linux-gnu"
5757

polly/test/ScheduleOptimizer/ManualOptimization/disable_nonforced.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;
33
; Check that the disable_nonforced metadata is honored; optimization
44
; heuristics/rescheduling must not be applied.
5-
;
5+
;
66
define void @func(i32 %n, double* noalias nonnull %A) {
77
entry:
88
br label %for

polly/test/ScheduleOptimizer/prevectorization.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt -S %loadPolly -basic-aa -polly-opt-isl \
22
; RUN: -polly-pattern-matching-based-opts=false -polly-vectorizer=polly \
3-
; RUN: -polly-ast -analyze < %s | FileCheck %s
3+
; RUN: -polly-ast -analyze < %s | FileCheck %s
44
; RUN: opt -S %loadPolly -basic-aa -polly-opt-isl \
55
; RUN: -polly-pattern-matching-based-opts=false -polly-vectorizer=stripmine \
66
; RUN: -polly-ast -analyze < %s | FileCheck %s

polly/test/ScopInfo/Alias-1.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ define void @f(i32* nocapture %a, i32* nocapture %b) nounwind {
88
bb.nph:
99
%0 = tail call i32 (...) @rnd() nounwind ; <i32> [#uses=1]
1010
%1 = icmp eq i32 %0, 0 ; <i1> [#uses=1]
11-
%sel.b = getelementptr inbounds i32, i32* %b, i64 4
11+
%sel.b = getelementptr inbounds i32, i32* %b, i64 4
1212
%iftmp.0.0 = select i1 %1, i32* %sel.b, i32* %a ; <i32*> [#uses=2]
1313
br label %bb3
1414

polly/test/ScopInfo/NonAffine/non_affine_but_srem.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
; CHECK-NEXT: Schedule :=
3232
; CHECK-NEXT: [n] -> { Stmt_bb2[i0] -> [i0] };
3333
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0]
34-
; CHECK-NEXT: [n] -> { Stmt_bb2[i0] -> MemRef_A[o0] : (-n + o0) mod 42 = 0 and -41 <= o0 <= 41 and ((n > 0 and o0 >= 0) or (n <= 0 and o0 <= 0)) };
34+
; CHECK-NEXT: [n] -> { Stmt_bb2[i0] -> MemRef_A[o0] : (-n + o0) mod 42 = 0 and -41 <= o0 <= 41 and ((n > 0 and o0 >= 0) or (n <= 0 and o0 <= 0)) };
3535
; CHECK-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 0]
3636
; CHECK-NEXT: [n] -> { Stmt_bb2[i0] -> MemRef_A[o0] : (-n + o0) mod 42 = 0 and -41 <= o0 <= 41 and ((n > 0 and o0 >= 0) or (n <= 0 and o0 <= 0)) };
3737
; CHECK-NEXT: }

polly/test/ScopInfo/modulo_zext_1.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
; CHECK-NEXT: ReadAccess := [Reduction Type: +] [Scalar: 0]
1515
; CHECK-NEXT: [N] -> { Stmt_for_body[i0] -> MemRef_A[1] : (1 + i0) mod 2 = 0; Stmt_for_body[i0] -> MemRef_A[0] : (i0) mod 2 = 0 }
1616
; CHECK-NEXT: MustWriteAccess := [Reduction Type: +] [Scalar: 0]
17-
; CHECK-NEXT: [N] -> { Stmt_for_body[i0] -> MemRef_A[1] : (1 + i0) mod 2 = 0; Stmt_for_body[i0] -> MemRef_A[0] : (i0) mod 2 = 0 };
17+
; CHECK-NEXT: [N] -> { Stmt_for_body[i0] -> MemRef_A[1] : (1 + i0) mod 2 = 0; Stmt_for_body[i0] -> MemRef_A[0] : (i0) mod 2 = 0 };
1818
; CHECK-NEXT: }
1919
;
2020
; void f(int *A, int N) {

polly/test/ScopInfo/multidim_fortran_srem.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ target datalayout = "e-p:64:64:64-S128-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:
2323
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 1]
2424
; CHECK-NEXT: [tmp180, tmp177, tmp183, tmp162, tmp157, tmp150, tmp146, tmp140, tmp] -> { Stmt_bb203[i0, i1, i2] -> MemRef_tmp194[] };
2525
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0]
26-
; CHECK-NEXT: [tmp180, tmp177, tmp183, tmp162, tmp157, tmp150, tmp146, tmp140, tmp] -> { Stmt_bb203[i0, i1, i2] -> MemRef_tmp173[o0, 1 + i1, 1 + i2] : (1 - i0 + o0) mod 3 = 0 and 0 <= o0 <= 2 }
26+
; CHECK-NEXT: [tmp180, tmp177, tmp183, tmp162, tmp157, tmp150, tmp146, tmp140, tmp] -> { Stmt_bb203[i0, i1, i2] -> MemRef_tmp173[o0, 1 + i1, 1 + i2] : (1 - i0 + o0) mod 3 = 0 and 0 <= o0 <= 2 }
2727
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0]
2828
; CHECK-NEXT: [tmp180, tmp177, tmp183, tmp162, tmp157, tmp150, tmp146, tmp140, tmp] -> { Stmt_bb203[i0, i1, i2] -> MemRef_arg56[1 + i0, 1 + i1, 1 + i2] };
2929
; CHECK-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 0]

polly/test/ScopInfo/opaque-struct.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt %loadPolly -polly-scops -disable-output < %s
1+
; RUN: opt %loadPolly -polly-scops -disable-output < %s
22
;
33
; Check that we do not crash with unsized (opaque) types.
44
;

polly/test/ScopInfo/pointer-comparison-no-nsw.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
; }
99
;
1010
; CHECK: Invalid Context:
11-
; CHECK-NEXT: [A, B] -> { : (4*floor((A - B)/4) < A - B) or ((-A + B) mod 4 = 0 and B >= 9223372036854775808 + A) or ((-A + B) mod 4 = 0 and B <= -4 + A) }
11+
; CHECK-NEXT: [A, B] -> { : (4*floor((A - B)/4) < A - B) or ((-A + B) mod 4 = 0 and B >= 9223372036854775808 + A) or ((-A + B) mod 4 = 0 and B <= -4 + A) }
1212
;
1313
; CHECK: Domain :=
1414
; CHECK-NEXT: [A, B] -> { Stmt_while_body[i0] : (-A + B) mod 4 = 0 and i0 >= 0 and 4i0 <= -4 - A + B }

polly/test/ScopInfo/reduction_disabled_multiplicative.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; CHECK: { Stmt_for_body[i0] -> MemRef_prod[0] };
1111
;
1212
; int sum, prod;
13-
;
13+
;
1414
; void f() {
1515
; int i;
1616
; for (int i = 0; i < 100; i++) {

polly/test/ScopInfo/redundant_parameter_constraint.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; The constraint that r2 has to be bigger than r1 is implicitly containted in
44
; the domain, hence we do not want to see it explicitly.
55
;
6-
; CHECK-NOT: r2 >= 1 + r1
6+
; CHECK-NOT: r2 >= 1 + r1
77
;
88
; void wraps(int *A, int p, short q, char r1, char r2) {
99
; for (char i = r1; i < r2; i++)

polly/test/ScopInfo/scev-div-with-evaluatable-divisor.ll

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

33
; Derived from test-suite/SingleSource/UnitTests/Vector/SSE/sse.stepfft.c
44

5-
; The values %mul.i44 is simplified to constant 4 by ScalarEvolution, but
5+
; The values %mul.i44 is simplified to constant 4 by ScalarEvolution, but
66
; SCEVAffinator used to check whether the sdiv's argument was constant.
77

88
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

polly/test/ScopInfo/switch-4.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
; CHECK-NEXT: [N] -> { Stmt_sw_bb_5[i0] -> MemRef_A[i0] };
5252
; CHECK-NEXT: Stmt_sw_bb_9
5353
; CHECK-NEXT: Domain :=
54-
; CHECK-NEXT: [N] -> { Stmt_sw_bb_9[i0] : (1 + i0) mod 4 = 0 and 3 <= i0 < N };
54+
; CHECK-NEXT: [N] -> { Stmt_sw_bb_9[i0] : (1 + i0) mod 4 = 0 and 3 <= i0 < N };
5555
; CHECK-NEXT: Schedule :=
5656
; CHECK-NEXT: [N] -> { Stmt_sw_bb_9[i0] -> [i0, 0] };
5757
; CHECK-NEXT: ReadAccess := [Reduction Type: +] [Scalar: 0]

polly/test/ScopInfo/two-loops-one-infinite.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n8:16:32-S64"
88

99
define void @foo(i32* noalias nocapture readonly %xxx, i32* noalias nocapture readonly %yyy, i8*** nocapture readonly %zzz, i32 %conv6) {
1010
while.body.us.preheader:
11-
%a2 = load i8**, i8*** %zzz, align 4
12-
%sub = add nsw i32 %conv6, -1
11+
%a2 = load i8**, i8*** %zzz, align 4
12+
%sub = add nsw i32 %conv6, -1
1313
br label %while.body.us
1414

1515
while.body.us: ; preds = %while.body.us.preheader, %if.then.us

polly/test/Simplify/dead_access_phi.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; for (int j = 0; j < n; j += 1) {
88
; body:
99
; double phi = 42;
10-
;
10+
;
1111
; body_succ:
1212
; A[0] = 42.0;
1313
; }
@@ -23,7 +23,7 @@ for:
2323

2424
body:
2525
br label %body_succ
26-
26+
2727
body_succ:
2828
%phi = phi double [42.0, %body]
2929
store double 42.0, double* %A

polly/test/Simplify/dead_access_value.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; for (int j = 0; j < n; j += 1) {
88
; body:
99
; double val = 12.5 + 12.5;
10-
;
10+
;
1111
; body_succ:
1212
; double unused = val + 21.0;
1313
; A[0] = 42.0;
@@ -25,7 +25,7 @@ for:
2525
body:
2626
%val = fadd double 12.5, 12.5
2727
br label %body_succ
28-
28+
2929
body_succ:
3030
%unused = fadd double %val, 21.0
3131
store double 42.0, double* %A

0 commit comments

Comments
 (0)