diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 20:53:20 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-10-16 20:53:20 +0000 |
commit | a6b6566db69c7db6a71a9cd79b21699b2534a78d (patch) | |
tree | 6b4cfc30f01567500395ea3d771a80097df7eb9a | |
parent | 9513104d2ab7098ab198067a29c173ab5e9f5d15 (diff) | |
download | bcm5719-llvm-a6b6566db69c7db6a71a9cd79b21699b2534a78d.tar.gz bcm5719-llvm-a6b6566db69c7db6a71a9cd79b21699b2534a78d.zip |
Add triple to tests.
llvm-svn: 142154
-rw-r--r-- | llvm/test/CodeGen/X86/mmx-vzmovl-2.ll | 4 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/mmx-vzmovl.ll | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-vzmovl-2.ll b/llvm/test/CodeGen/X86/mmx-vzmovl-2.ll index 6ceffed12ac..35f1d08222c 100644 --- a/llvm/test/CodeGen/X86/mmx-vzmovl-2.ll +++ b/llvm/test/CodeGen/X86/mmx-vzmovl-2.ll @@ -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>] } diff --git a/llvm/test/CodeGen/X86/mmx-vzmovl.ll b/llvm/test/CodeGen/X86/mmx-vzmovl.ll index 191e261f616..cbabf5a32bf 100644 --- a/llvm/test/CodeGen/X86/mmx-vzmovl.ll +++ b/llvm/test/CodeGen/X86/mmx-vzmovl.ll @@ -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 { |