[llvm-commits] [llvm] r48055 - /llvm/trunk/lib/Target/X86/README-SSE.txt
Chris Lattner
sabre at nondot.org
Sat Mar 8 14:32:39 PST 2008
Author: lattner
Date: Sat Mar 8 16:32:39 2008
New Revision: 48055
URL: http://llvm.org/viewvc/llvm-project?rev=48055&view=rev
Log:
This one looks easy, add a note.
Modified:
llvm/trunk/lib/Target/X86/README-SSE.txt
Modified: llvm/trunk/lib/Target/X86/README-SSE.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/README-SSE.txt?rev=48055&r1=48054&r2=48055&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/README-SSE.txt (original)
+++ llvm/trunk/lib/Target/X86/README-SSE.txt Sat Mar 8 16:32:39 2008
@@ -777,7 +777,8 @@
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.
//===---------------------------------------------------------------------===//
More information about the llvm-commits
mailing list