[PowerPC] Add triples to QPX tests
authorHal Finkel <hfinkel@anl.gov>
Wed, 25 Feb 2015 01:26:59 +0000 (01:26 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 25 Feb 2015 01:26:59 +0000 (01:26 +0000)
Some of these tests fail on Darwin systems because of a lack of a triple;
fix that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230421 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/qpx-func-clobber.ll
test/CodeGen/PowerPC/qpx-load.ll
test/CodeGen/PowerPC/qpx-s-load.ll
test/CodeGen/PowerPC/qpx-s-sel.ll
test/CodeGen/PowerPC/qpx-s-store.ll
test/CodeGen/PowerPC/qpx-sel.ll
test/CodeGen/PowerPC/qpx-store.ll

index c1b808aa7c4700e21522c456e4e55c13074375c0..511fa3827b0cacb427d3125074006f7039f593d3 100644 (file)
@@ -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)
 
index 2eb29081e26b26f30aba99b9cebda10d69c9cd61..bea34774b341281ded1ca222becd19e1844931b7 100644 (file)
@@ -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:
index 8dfab1385ddb243a802e4397c9bd2ffde01164e6..1ca0ae6cfa6bd8aea9fafedc883dfc441b60f40c 100644 (file)
@@ -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:
index 008efea5da4664e23fd8080719be5f93167bc342..e3a2dd940a7fd9b56e13e4e65e26fa37b02a9831 100644 (file)
@@ -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
index d2ca45814da996953e3d31c4c9698b58ddb0001c..0bd6201f767c1fea1f68fa09d7c8bf55bcb414a6 100644 (file)
@@ -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:
index 15ae57352c328fc73d2714963b98e1d68298214f..68227355b7a5f0da31624ff8d8e961cee268d0d9 100644 (file)
@@ -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
index c29cc225b0567f20ae80099c249c47ff35987056..2579d2c681c975564fa89d7f434fb8a8a9ba7c77 100644 (file)
@@ -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: