[llvm-commits] [llvm] r41103 - /llvm/trunk/lib/Target/X86/README-SSE.txt
Chris Lattner
sabre at nondot.org
Wed Aug 15 09:58:39 PDT 2007
Author: lattner
Date: Wed Aug 15 11:58:38 2007
New Revision: 41103
URL: http://llvm.org/viewvc/llvm-project?rev=41103&view=rev
Log:
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=41103&r1=41102&r2=41103&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/README-SSE.txt (original)
+++ llvm/trunk/lib/Target/X86/README-SSE.txt Wed Aug 15 11:58:38 2007
@@ -2,6 +2,9 @@
// Random ideas for the X86 backend: SSE-specific stuff.
//===---------------------------------------------------------------------===//
+- Consider eliminating the unaligned SSE load intrinsics, replacing them with
+ unaligned LLVM load instructions.
+
//===---------------------------------------------------------------------===//
Expand libm rounding functions inline: Significant speedups possible.
More information about the llvm-commits
mailing list