aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-05 22:34:59 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-05 22:34:59 +0000
commit57cce6c4660f423273d941ebd0690889bb6e084d (patch)
tree5b6997d344a53e7e3fabd6cd2851b697bf98a944
parentecf80ac68adf3adca3707dcfc9bf9f02536c27ca (diff)
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42656 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 9c507162cf..807a921ac7 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -290,10 +290,6 @@ It would be better to emit "cmp %al, 1" than a xor and test.
//===---------------------------------------------------------------------===//
-Enable X86InstrInfo::convertToThreeAddress().
-
-//===---------------------------------------------------------------------===//
-
We are currently lowering large (1MB+) memmove/memcpy to rep/stosl and rep/movsl
We should leave these as libcalls for everything over a much lower threshold,
since libc is hand tuned for medium and large mem ops (avoiding RFO for large