diff options
author | Dale Johannesen <dalej@apple.com> | 2008-07-31 20:16:33 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-07-31 20:16:33 +0000 |
commit | 7472a085f17611a83a4faa9d4c0e161bbb9dc30b (patch) | |
tree | 3d4b8d3033cb80a40d4410c181887f2ec825e86b | |
parent | 521b02b265bc756509f2053908864186dd506644 (diff) | |
download | external_llvm-7472a085f17611a83a4faa9d4c0e161bbb9dc30b.tar.gz external_llvm-7472a085f17611a83a4faa9d4c0e161bbb9dc30b.tar.bz2 external_llvm-7472a085f17611a83a4faa9d4c0e161bbb9dc30b.zip |
Make sse2 explicit, for non-x86 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54251 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2008-07-19-movups-spills.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-07-19-movups-spills.ll b/test/CodeGen/X86/2008-07-19-movups-spills.ll index 913c675522..ef5c7c50f6 100644 --- a/test/CodeGen/X86/2008-07-19-movups-spills.ll +++ b/test/CodeGen/X86/2008-07-19-movups-spills.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=1 | grep movaps | count 76 -; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=0 | grep movaps | count 1 +; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=1 -mattr=sse2 | grep movaps | count 76 +; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux -realign-stack=0 -mattr=sse2 | grep movaps | count 1 ; PR2539 external global <4 x float>, align 1 ; <<4 x float>*>:0 [#uses=2] |