diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-02-25 01:26:59 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-02-25 01:26:59 +0000 |
commit | 6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1 (patch) | |
tree | 8a5a3ed3c98ab3d71c4f3920893f7dd5cf3cd7e4 /llvm/test/CodeGen | |
parent | c88d732822683d808bc8c90a5395b9ba1110f086 (diff) | |
download | bcm5719-llvm-6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1.tar.gz bcm5719-llvm-6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1.zip |
[PowerPC] Add triples to QPX tests
Some of these tests fail on Darwin systems because of a lack of a triple;
fix that.
llvm-svn: 230421
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-load.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-s-load.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-s-sel.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-s-store.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-sel.ll | 1 | ||||
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-store.ll | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll b/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll index c1b808aa7c4..511fa3827b0 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" declare <4 x double> @foo(<4 x double> %p) diff --git a/llvm/test/CodeGen/PowerPC/qpx-load.ll b/llvm/test/CodeGen/PowerPC/qpx-load.ll index 2eb29081e26..bea34774b34 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-load.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-load.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" define <4 x double> @foo(<4 x double>* %p) { entry: diff --git a/llvm/test/CodeGen/PowerPC/qpx-s-load.ll b/llvm/test/CodeGen/PowerPC/qpx-s-load.ll index 8dfab1385dd..1ca0ae6cfa6 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-s-load.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-s-load.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" define <4 x float> @foo(<4 x float>* %p) { entry: diff --git a/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll b/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll index 008efea5da4..e3a2dd940a7 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-s-sel.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" @Q = constant <4 x i1> <i1 0, i1 undef, i1 1, i1 1>, align 16 @R = global <4 x i1> <i1 0, i1 0, i1 0, i1 0>, align 16 diff --git a/llvm/test/CodeGen/PowerPC/qpx-s-store.ll b/llvm/test/CodeGen/PowerPC/qpx-s-store.ll index d2ca45814da..0bd6201f767 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-s-store.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-s-store.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" define void @foo(<4 x float> %v, <4 x float>* %p) { entry: diff --git a/llvm/test/CodeGen/PowerPC/qpx-sel.ll b/llvm/test/CodeGen/PowerPC/qpx-sel.ll index 15ae57352c3..68227355b7a 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-sel.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-sel.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" @Q = constant <4 x i1> <i1 0, i1 undef, i1 1, i1 1>, align 16 @R = global <4 x i1> <i1 0, i1 0, i1 0, i1 0>, align 16 diff --git a/llvm/test/CodeGen/PowerPC/qpx-store.ll b/llvm/test/CodeGen/PowerPC/qpx-store.ll index c29cc225b05..2579d2c681c 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-store.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-store.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" define void @foo(<4 x double> %v, <4 x double>* %p) { entry: |