Remove an entry.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 15 Feb 2006 22:14:34 +0000 (22:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 15 Feb 2006 22:14:34 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26222 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index d61473136f652bddb2de3df99b431caeeec57642..a92ff28cc51c53d6d2aa9d64cef2e0e26186f9d2 100644 (file)
@@ -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: