[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.

llvm-svn: 230421

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

index c1b808a..511fa38 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 2eb2908..bea3477 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 8dfab13..1ca0ae6 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 008efea..e3a2dd9 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 d2ca458..0bd6201 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 15ae573..6822735 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 c29cc22..2579d2c 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: