aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/README-SSE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt
index 64ffc82c04..1f29e0a1be 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.
//===---------------------------------------------------------------------===//