mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Add triple to tests.
llvm-svn: 142154
This commit is contained in:
parent
60c9b81158
commit
d3f24f0fe5
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | grep pxor | count 1
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | grep punpcklqdq | count 1
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep pxor | count 1
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep punpcklqdq | count 1
|
||||
%struct.vS1024 = type { [8 x <4 x i32>] }
|
||||
%struct.vS512 = type { [4 x <4 x i32>] }
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | grep movq | count 2
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep movq | count 2
|
||||
; There are no MMX operations here; this is promoted to XMM.
|
||||
|
||||
define void @foo(<1 x i64>* %a, <1 x i64>* %b) nounwind {
|
||||
|
Loading…
x
Reference in New Issue
Block a user