aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-19 06:19:03 +0000
committerChris Lattner <sabre@nondot.org>2006-09-19 06:19:03 +0000
commitf529b08c0d06bba1e7847302ea93a686d073d9a5 (patch)
tree87a5c99976c64d2b285e43a0e73f2e447f52ba8f
parent733f576d29957143e2685cf8c007def1d29dc311 (diff)
item done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30483 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/README.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index e55513b395..aa34ac7875 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -63,17 +63,6 @@ which will be removed once the proper fix is made.
//===---------------------------------------------------------------------===//
-Turn this into a signed shift right in instcombine:
-
-int f(unsigned x) {
- return x >> 31 ? -1 : 0;
-}
-
-http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25600
-http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01492.html
-
-//===---------------------------------------------------------------------===//
-
On targets with expensive 64-bit multiply, we could LSR this:
for (i = ...; ++i) {