mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
[PowerPC] Add triples to QPX tests
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
This commit is contained in:
parent
3f2a3f9ac3
commit
d37914a662
@ -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…
x
Reference in New Issue
Block a user