mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
[x86] Add triples to these tests so that we see fewer calling convention
differences and they're a bit easier to maintain. This should fix the tests on cygwin bots, etc. llvm-svn: 218955
This commit is contained in:
parent
09ea120201
commit
5fa7146e0e
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -march=x86-64 -mcpu=nehalem | FileCheck %s
|
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mcpu=nehalem | FileCheck %s
|
||||||
|
|
||||||
define <4 x float> @a(<4 x float>* %y) nounwind {
|
define <4 x float> @a(<4 x float>* %y) nounwind {
|
||||||
; CHECK-LABEL: a:
|
; CHECK-LABEL: a:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; Tests for SSE1 and below, without SSE2+.
|
; Tests for SSE1 and below, without SSE2+.
|
||||||
; RUN: llc < %s -march=x86 -mcpu=pentium3 -O3 | FileCheck %s
|
; RUN: llc < %s -mtriple=i386-unknown-unknown -march=x86 -mcpu=pentium3 -O3 | FileCheck %s
|
||||||
; RUN: llc < %s -march=x86-64 -mattr=-sse2,+sse -O3 | FileCheck %s
|
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mattr=-sse2,+sse -O3 | FileCheck %s
|
||||||
|
|
||||||
; PR7993
|
; PR7993
|
||||||
;define <4 x i32> @test3(<4 x i16> %a) nounwind {
|
;define <4 x i32> @test3(<4 x i16> %a) nounwind {
|
||||||
|
Loading…
Reference in New Issue
Block a user