llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-12-26 03:08:55 +00:00
parent 174a3d3e63
commit 05c8fd9ee2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; 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:

View File

@ -1,4 +1,4 @@
; 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