summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/MemAccess/simple_analyze.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/MemAccess/simple_analyze.ll')
-rw-r--r--polly/test/CodeGen/MemAccess/simple_analyze.ll29
1 files changed, 0 insertions, 29 deletions
diff --git a/polly/test/CodeGen/MemAccess/simple_analyze.ll b/polly/test/CodeGen/MemAccess/simple_analyze.ll
index 00c90822d656..143651b565af 100644
--- a/polly/test/CodeGen/MemAccess/simple_analyze.ll
+++ b/polly/test/CodeGen/MemAccess/simple_analyze.ll
@@ -1,5 +1,4 @@
;RUN: opt %loadPolly -polly-print-import-jscop -polly-import-jscop-postfix=transformed -disable-output < %s | FileCheck %s
-;RUN: opt %loadPolly -polly-import-jscop -polly-import-jscop-postfix=transformed -polly-codegen -polly-vectorizer=polly -S < %s | FileCheck %s --check-prefix=JSCOPVEC
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
@A = common global [100 x i32] zeroinitializer, align 4
@@ -46,31 +45,3 @@ for.end14: ; preds = %for.cond4
}
; CHECK-DAG: New access function '{ Stmt_for_body7[i0] -> MemRef_B[0] }' detected in JSCOP file
; CHECK-DAG: New access function '{ Stmt_for_body[i0] -> MemRef_A[0] }' detected in JSCOP file
-
-; Verify that the new access function (see above) is actually used during vector code generation.
-
-; JSCOPVEC: store i32 0, ptr @B
-; JSCOPVEC: store i32 1, ptr @B
-; JSCOPVEC: store i32 2, ptr @B
-; JSCOPVEC: store i32 3, ptr @B
-; JSCOPVEC: store i32 4, ptr @B
-; JSCOPVEC: store i32 5, ptr @B
-; JSCOPVEC: store i32 6, ptr @B
-; JSCOPVEC: store i32 7, ptr @B
-; JSCOPVEC: store i32 8, ptr @B
-; JSCOPVEC: store i32 9, ptr @B
-; JSCOPVEC: store i32 10, ptr @B
-; JSCOPVEC: store i32 11, ptr @B
-
-; JSCOPVEC: store i32 0, ptr @A
-; JSCOPVEC: store i32 1, ptr @A
-; JSCOPVEC: store i32 2, ptr @A
-; JSCOPVEC: store i32 3, ptr @A
-; JSCOPVEC: store i32 4, ptr @A
-; JSCOPVEC: store i32 5, ptr @A
-; JSCOPVEC: store i32 6, ptr @A
-; JSCOPVEC: store i32 7, ptr @A
-; JSCOPVEC: store i32 8, ptr @A
-; JSCOPVEC: store i32 9, ptr @A
-; JSCOPVEC: store i32 10, ptr @A
-; JSCOPVEC: store i32 11, ptr @A