summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:08:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-26 03:08:55 +0000
commit334f6853281c8667677d759c2d6ed469d4abce8a (patch)
tree4d294d8af45d9da685bf8579746730bc18e02072 /llvm
parent81d1e596bb9f32ec1a99b58a97e68e6f03ab8830 (diff)
downloadbcm5719-llvm-334f6853281c8667677d759c2d6ed469d4abce8a.tar.gz
bcm5719-llvm-334f6853281c8667677d759c2d6ed469d4abce8a.zip
llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
llvm-svn: 171083
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll2
-rw-r--r--llvm/test/CodeGen/X86/sse-align-2.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll b/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
index 19a73543c65..58e36e8946a 100644
--- a/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
+++ b/llvm/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
@@ -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:
diff --git a/llvm/test/CodeGen/X86/sse-align-2.ll b/llvm/test/CodeGen/X86/sse-align-2.ll
index 102c3fb06cd..2148fa616cf 100644
--- a/llvm/test/CodeGen/X86/sse-align-2.ll
+++ b/llvm/test/CodeGen/X86/sse-align-2.ll
@@ -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
OpenPOWER on IntegriCloud