summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-load.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-s-load.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-s-sel.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-s-store.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-sel.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/qpx-store.ll1
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:
OpenPOWER on IntegriCloud