From: Chris Lattner Date: Wed, 15 Aug 2007 16:58:38 +0000 (+0000) Subject: add a note. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d42b8be3da14037df4684f5cc9eed626e53e1128;p=oota-llvm.git add a note. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41103 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index f4b54c4dbbb..40404e53e8b 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -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.