From ff9dc0af802cd29b7c2c140b6bbdf9aee8fe726a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 8 Mar 2008 22:32:39 +0000 Subject: [PATCH] This one looks easy, add a note. llvm-svn: 48055 --- lib/Target/X86/README-SSE.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index 64ffc82c045..1f29e0a1beb 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -777,7 +777,8 @@ doload64: pshufd $0, %xmm0, %xmm0 ret -LLVM should be able to generate the same thing as gcc. +LLVM should be able to generate the same thing as gcc. This looks like it is +just a matter of matching (scalar_to_vector (load x)) to movd. //===---------------------------------------------------------------------===//