diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-09-10 14:42:09 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-09-10 14:42:09 +0000 |
commit | 9cc1b9d31e4429c6ce635ec8a3ec5610978381b7 (patch) | |
tree | 908f87af298d3c7c58c9bd89b45598fd507bde93 /polly/test/Isl/CodeGen/OpenMP/single_loop.ll | |
parent | 809b860bd3b70938b3d27e9a51c64a4cff58ef69 (diff) | |
download | bcm5719-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.ll | 2 |
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. |