From: Chris Lattner Date: Sat, 8 Mar 2008 22:32:39 +0000 (+0000) Subject: This one looks easy, add a note. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b607f9c822e9a9de4c338ca47039aab3137d5054;p=oota-llvm.git This one looks easy, add a note. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48055 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. //===---------------------------------------------------------------------===//