[llvm] r230421 - [PowerPC] Add triples to QPX tests

Hal Finkel hfinkel at anl.gov
Tue Feb 24 17:26:59 PST 2015


Author: hfinkel
Date: Tue Feb 24 19:26:59 2015
New Revision: 230421

URL: http://llvm.org/viewvc/llvm-project?rev=230421&view=rev
Log:
[PowerPC] Add triples to QPX tests

Some of these tests fail on Darwin systems because of a lack of a triple;
fix that.

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

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-func-clobber.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-func-clobber.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-func-clobber.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-func-clobber.ll Tue Feb 24 19:26:59 2015
@@ -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)
 

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-load.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-load.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-load.ll Tue Feb 24 19:26:59 2015
@@ -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:

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-s-load.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-s-load.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-s-load.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-s-load.ll Tue Feb 24 19:26:59 2015
@@ -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:

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-s-sel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-s-sel.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-s-sel.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-s-sel.ll Tue Feb 24 19:26:59 2015
@@ -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

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-s-store.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-s-store.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-s-store.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-s-store.ll Tue Feb 24 19:26:59 2015
@@ -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:

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-sel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-sel.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-sel.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-sel.ll Tue Feb 24 19:26:59 2015
@@ -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

Modified: llvm/trunk/test/CodeGen/PowerPC/qpx-store.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/qpx-store.ll?rev=230421&r1=230420&r2=230421&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/qpx-store.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/qpx-store.ll Tue Feb 24 19:26:59 2015
@@ -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:





More information about the llvm-commits mailing list