summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-04-11 19:26:56 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-04-11 19:26:56 +0000
commitebe4eae0b3bbf7fc7b011cc7ff7a08afe37e92a0 (patch)
treec32c2a4c6f3d28c8d393bd3d1a21d3462e6dc7aa /test/CodeGen/X86/2009-06-05-VZextByteShort.ll
parentda671be7fd01b86311450ce953c539cfcd5f5eb6 (diff)
downloadllvm-ebe4eae0b3bbf7fc7b011cc7ff7a08afe37e92a0.tar.gz
llvm-ebe4eae0b3bbf7fc7b011cc7ff7a08afe37e92a0.tar.bz2
llvm-ebe4eae0b3bbf7fc7b011cc7ff7a08afe37e92a0.tar.xz
Merging r195971:
------------------------------------------------------------------------ r195971 | juergen | 2013-11-29 22:07:16 -0500 (Fri, 29 Nov 2013) | 2 lines Force CPU type to unbreak unit tests on Haswell machines. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@206049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-06-05-VZextByteShort.ll')
-rw-r--r--test/CodeGen/X86/2009-06-05-VZextByteShort.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-06-05-VZextByteShort.ll b/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
index 5f5d5cccf7..50c62dfb73 100644
--- a/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
+++ b/test/CodeGen/X86/2009-06-05-VZextByteShort.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 > %t1
+; RUN: llc < %s -march=x86 -mcpu=core2 > %t1
; RUN: grep movzwl %t1 | count 2
; RUN: grep movzbl %t1 | count 1
; RUN: grep movd %t1 | count 4