diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-04-21 14:28:02 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-04-21 14:28:02 +0000 |
| commit | 173ecab7056b483362e4d1906746c6918e8b1e88 (patch) | |
| tree | ed98a1577579459c19608d1b76d56e82e4f6c9e5 /polly/test/Isl/CodeGen/LoopParallelMD | |
| parent | 431b81e41f31511c0e4e0c09a0e74fc8e9461061 (diff) | |
| download | bcm5719-llvm-173ecab7056b483362e4d1906746c6918e8b1e88.tar.gz bcm5719-llvm-173ecab7056b483362e4d1906746c6918e8b1e88.zip | |
Remove target triples from test cases
I just learned that target triples prevent test cases to be run on other
architectures. Polly test cases are until now sufficiently target independent
to not require any target triples. Hence, we drop them.
llvm-svn: 235384
Diffstat (limited to 'polly/test/Isl/CodeGen/LoopParallelMD')
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 1 | ||||
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll index 069da5c8f05..5565b958ae0 100644 --- a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll +++ b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll @@ -3,7 +3,6 @@ ; RUN: opt %loadPolly -polly-detect-unprofitable < %s -S -polly -polly-codegen-isl -polly-ast-detect-parallel | FileCheck %s ; CHECK-NOT: !7 = !{!7} target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" -target triple = "x86_64-unknown-linux-gnu" @A = common global i32* null, align 8 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 264bd134e87..d3fa8af0402 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,6 @@ ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=SEQUENTIAL ; RUN: opt %loadPolly -polly-detect-unprofitable -polly-codegen-isl -polly-ast-detect-parallel -S < %s | FileCheck %s -check-prefix=PARALLEL 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" ; This is a trivially parallel loop. We just use it to ensure that we actually ; emit the right information. |

