git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171083
91177308-0d34-0410-b5e6-
96231b3b80d8
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movups | count 2
+; RUN: llc < %s -march=x86 -mcpu=penryn | grep movups | count 2
define void @a(<4 x float>* %x) nounwind {
entry:
-; RUN: llc < %s -march=x86-64 | grep movup | count 2
+; RUN: llc < %s -march=x86-64 -mcpu=penryn | grep movup | count 2
define <4 x float> @foo(<4 x float>* %p, <4 x float> %x) nounwind {
%t = load <4 x float>* %p, align 4