summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/LoopParallelMD
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-11-16 21:43:28 +0000
committerTobias Grosser <tobias@grosser.es>2014-11-16 21:43:28 +0000
commit95cd1c718e7159b036e6a5275b91032d9088ef0e (patch)
treef8929d3cf4148a3f5c18388328e0dc2e81caf80c /polly/test/Isl/CodeGen/LoopParallelMD
parent849475ae2e40408fcbba0ebb1a2e992b5bde1b8c (diff)
downloadbcm5719-llvm-95cd1c718e7159b036e6a5275b91032d9088ef0e.tar.gz
bcm5719-llvm-95cd1c718e7159b036e6a5275b91032d9088ef0e.zip
Make usage of scev based code generation explicit in tests
This is in preparation of using SCEV based codegen by default in polly llvm-svn: 222111
Diffstat (limited to 'polly/test/Isl/CodeGen/LoopParallelMD')
-rw-r--r--polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll b/polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll
index d1b519c7994..b5b6ae0b786 100644
--- a/polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll
+++ b/polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll
@@ -1,7 +1,7 @@
-; RUN: opt %loadPolly -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=SEQUENTIAL
-; RUN: opt %loadPolly -polly-codegen-isl -S -polly-codegen-scev < %s | FileCheck %s -check-prefix=SEQUENTIAL-SCEV
-; RUN: opt %loadPolly -polly-codegen-isl -polly-ast-detect-parallel -S < %s | FileCheck %s -check-prefix=PARALLEL
-; RUN: opt %loadPolly -polly-codegen-isl -polly-ast-detect-parallel -S -polly-codegen-scev < %s | FileCheck %s -check-prefix=PARALLEL-SCEV
+; RUN: opt %loadPolly -polly-codegen-isl -S -polly-codegen-scev=false < %s | FileCheck %s -check-prefix=SEQUENTIAL
+; RUN: opt %loadPolly -polly-codegen-isl -S -polly-codegen-scev=true < %s | FileCheck %s -check-prefix=SEQUENTIAL-SCEV
+; RUN: opt %loadPolly -polly-codegen-isl -polly-ast-detect-parallel -S -polly-codegen-scev=false < %s | FileCheck %s -check-prefix=PARALLEL
+; RUN: opt %loadPolly -polly-codegen-isl -polly-ast-detect-parallel -S -polly-codegen-scev=true < %s | FileCheck %s -check-prefix=PARALLEL-SCEV
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-pc-linux-gnu"
OpenPOWER on IntegriCloud