summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2015-09-10 14:42:09 +0000
committerMichael Kruse <llvm@meinersbur.de>2015-09-10 14:42:09 +0000
commit9cc1b9d31e4429c6ce635ec8a3ec5610978381b7 (patch)
tree908f87af298d3c7c58c9bd89b45598fd507bde93 /polly/test/Isl/CodeGen/OpenMP/single_loop.ll
parent809b860bd3b70938b3d27e9a51c64a4cff58ef69 (diff)
downloadbcm5719-llvm-9cc1b9d31e4429c6ce635ec8a3ec5610978381b7.tar.gz
bcm5719-llvm-9cc1b9d31e4429c6ce635ec8a3ec5610978381b7.zip
Clean-up unit tests
Remove redundant flags and duplicate invocations of the same test. llvm-svn: 247285
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP/single_loop.ll')
-rw-r--r--polly/test/Isl/CodeGen/OpenMP/single_loop.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
index 335c338532b..e15a24c1b44 100644
--- a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
+++ b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
@@ -1,10 +1,8 @@
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-ast -analyze < %s | FileCheck %s -check-prefix=AST
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-codegen -S -verify-dom-info < %s | FileCheck %s -check-prefix=IR
-; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-codegen -S -verify-dom-info < %s | FileCheck %s -check-prefix=IR
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-import-jscop -polly-import-jscop-dir=%S -polly-ast -analyze < %s | FileCheck %s -check-prefix=AST-STRIDE4
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-import-jscop -polly-import-jscop-dir=%S -polly-codegen -S < %s | FileCheck %s -check-prefix=IR-STRIDE4
-; RUN: opt %loadPolly -polly-detect-unprofitable -polly-parallel -polly-parallel-force -polly-import-jscop -polly-import-jscop-dir=%S -polly-codegen -S < %s | FileCheck %s -check-prefix=IR-STRIDE4
; This extensive test case tests the creation of the full set of OpenMP calls
; as well as the subfunction creation using a trivial loop as example.
OpenPOWER on IntegriCloud