add a note.
authorChris Lattner <sabre@nondot.org>
Wed, 15 Aug 2007 16:58:38 +0000 (16:58 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Aug 2007 16:58:38 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41103 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README-SSE.txt

index f4b54c4dbbb006b9a1dfc6813080270f41462ced..40404e53e8bed1e1295564f814fd460bf7ffbed0 100644 (file)
@@ -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.