llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 26 Dec 2012 03:08:55 +0000 (03:08 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 26 Dec 2012 03:08:55 +0000 (03:08 +0000)
llvm-svn: 171083

llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
llvm/test/CodeGen/X86/sse-align-2.ll

index 19a7354..58e36e8 100644 (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:
index 102c3fb..2148fa6 100644 (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