forked from OSchip/llvm-project
[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
This commit is contained in:
parent
c88d732822
commit
6b6e9e2b5c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue