summaryrefslogtreecommitdiffstats
path: root/polly/test/Simplify
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-07-11 14:29:39 +0000
committerTobias Grosser <tobias@grosser.es>2017-07-11 14:29:39 +0000
commitbed2ca6eac1e507319f77cfce98506ccbb0808ae (patch)
treef0aee4a2dfaca60866e073e7abb724ce0ff92c3d /polly/test/Simplify
parentbe9a2e2c84f98db135b0c4adc7808f3a9a88f84b (diff)
downloadbcm5719-llvm-bed2ca6eac1e507319f77cfce98506ccbb0808ae.tar.gz
bcm5719-llvm-bed2ca6eac1e507319f77cfce98506ccbb0808ae.zip
[Simplify] Also remove redundant writes which originally came from PHI nodes
llvm-svn: 307660
Diffstat (limited to 'polly/test/Simplify')
-rw-r--r--polly/test/Simplify/gemm.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/polly/test/Simplify/gemm.ll b/polly/test/Simplify/gemm.ll
index 8b5afa6ca5a..f048a4a5b73 100644
--- a/polly/test/Simplify/gemm.ll
+++ b/polly/test/Simplify/gemm.ll
@@ -13,12 +13,6 @@
; }
; CHECK: After accesses {
-; CHECK-NEXT: Stmt_bb8
-; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0]
-; CHECK-NEXT: { Stmt_bb8[i0, i1] -> MemRef_C[i0, i1] };
-; CHECK-NEXT: MustWriteAccess := [Reduction Type: NONE] [Scalar: 1]
-; CHECK-NEXT: { Stmt_bb8[i0, i1] -> MemRef_tmp_0__phi[] };
-; CHECK-NEXT: new: { Stmt_bb8[i0, i1] -> MemRef_C[i0, i1] };
; CHECK-NEXT: Stmt_bb10
; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 1]
; CHECK-NEXT: { Stmt_bb10[i0, i1, i2] -> MemRef_tmp_0__phi[] };
OpenPOWER on IntegriCloud