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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171083 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 19a73543c65e627215c0ef745916d77c81787bf8..58e36e8946a1bdc7db418f32b85177f06c2e20fd 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 102c3fb06cd7e45203dd348b67191ef7971b8aa2..2148fa616cf86209ce8a30297507db62274c9e79 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