aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-15 22:14:34 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-15 22:14:34 +0000
commitfe1c31204e66b2e725e081614852a0e241e92f2f (patch)
treed73ead8f2d4ff680c785b49ce3465c7119de05a4
parenta47876d87a84fa94bf9f09cfef6756223575611d (diff)
Remove an entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26222 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index d61473136f..a92ff28cc5 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -22,14 +22,6 @@ loads from the static array.
Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
precision don't matter (ffastmath). Misc/mandel will like this. :)
-===-------------------------------------------------------------------------===
-
-For all targets, not just X86:
-When llvm.memcpy, llvm.memset, or llvm.memmove are lowered, they should be
-optimized to a few store instructions if the source is constant and the length
-is smallish (< 8). This will greatly help some tests like Shootout/strcat.c
-and fldry.
-
//===---------------------------------------------------------------------===//
Solve this DAG isel folding deficiency: