diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-10-01 04:17:55 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-10-01 04:17:55 +0000 |
| commit | bb6b961867cdb012be44fd6e57975f4108abefed (patch) | |
| tree | e71b4add7daafa69a4730975e0048e5a5fddd5ce /llvm/test/CodeGen/X86/mmx-insert-element.ll | |
| parent | 878eaf188c8224bd7bc3f197bc7bfc051ee28e6f (diff) | |
| download | bcm5719-llvm-bb6b961867cdb012be44fd6e57975f4108abefed.tar.gz bcm5719-llvm-bb6b961867cdb012be44fd6e57975f4108abefed.zip | |
Mark all these as needing SSE2. Should fix PPC and
maybe even Linux.
llvm-svn: 115291
Diffstat (limited to 'llvm/test/CodeGen/X86/mmx-insert-element.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/mmx-insert-element.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-insert-element.ll b/llvm/test/CodeGen/X86/mmx-insert-element.ll index 9f9bd8de2d6..348dac8d4d5 100644 --- a/llvm/test/CodeGen/X86/mmx-insert-element.ll +++ b/llvm/test/CodeGen/X86/mmx-insert-element.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep movq -; RUN: llc < %s -march=x86 -mattr=+mmx,+sse | grep pshufd +; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep movq +; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pshufd ; This is not an MMX operation; promoted to XMM. define x86_mmx @qux(i32 %A) nounwind { |

