diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-15 16:58:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-15 16:58:38 +0000 |
commit | 94ad3602945156bd498b11a42893bef89cdffeb0 (patch) | |
tree | 5e9bde922a078f7638652c41a75ce9058482c080 /lib/Target | |
parent | c0badb639bf8522e0d2f1c1b405e386bdc140967 (diff) | |
download | external_llvm-94ad3602945156bd498b11a42893bef89cdffeb0.zip external_llvm-94ad3602945156bd498b11a42893bef89cdffeb0.tar.gz external_llvm-94ad3602945156bd498b11a42893bef89cdffeb0.tar.bz2 |
add a note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/X86/README-SSE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index f4b54c4..40404e5 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. |