summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-08 22:32:39 +0000
committerChris Lattner <sabre@nondot.org>2008-03-08 22:32:39 +0000
commit35adf4696714b28602924072b95f31f5f09c34d3 (patch)
tree039e92877b3bb664441727dd78ff0e5a09d3b752 /llvm
parenta76e23a935f2442428f9a5e5e0230ecb56fd008b (diff)
downloadbcm5719-llvm-35adf4696714b28602924072b95f31f5f09c34d3.tar.gz
bcm5719-llvm-35adf4696714b28602924072b95f31f5f09c34d3.zip
This one looks easy, add a note.
llvm-svn: 48055
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/README-SSE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/README-SSE.txt b/llvm/lib/Target/X86/README-SSE.txt
index 64ffc82c045..1f29e0a1beb 100644
--- a/llvm/lib/Target/X86/README-SSE.txt
+++ b/llvm/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.
//===---------------------------------------------------------------------===//
OpenPOWER on IntegriCloud