summaryrefslogtreecommitdiffstats
path: root/polly/test/IndependentBlocks/intra_bb_scalar_dep.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/IndependentBlocks/intra_bb_scalar_dep.ll')
-rw-r--r--polly/test/IndependentBlocks/intra_bb_scalar_dep.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/IndependentBlocks/intra_bb_scalar_dep.ll b/polly/test/IndependentBlocks/intra_bb_scalar_dep.ll
index c9d8e6e7a26..8e3fff1abe5 100644
--- a/polly/test/IndependentBlocks/intra_bb_scalar_dep.ll
+++ b/polly/test/IndependentBlocks/intra_bb_scalar_dep.ll
@@ -1,5 +1,7 @@
; RUN: opt %loadPolly -basicaa -polly-independent -S < %s | FileCheck %s
; RUN: opt %loadPolly -basicaa -polly-independent -polly-codegen-scev -S < %s | FileCheck %s
+; RUN: opt %loadPolly -basicaa -polly-independent -disable-polly-intra-scop-scalar-to-array -S < %s | FileCheck %s
+; RUN: opt %loadPolly -basicaa -polly-independent -disable-polly-intra-scop-scalar-to-array -polly-codegen-scev -S < %s | FileCheck %s
; void f(long A[], int N, int *init_ptr) {
; long i, j;
OpenPOWER on IntegriCloud