summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitb94df039c07e8c9c9d1e4ae20b988ade02d9481b (patch)
treea8d73195bfad3e099adbd77d2fe534eb4a645230 /llvm/lib
parent12f52faf934d71e74e204a6b5d86e3d728885ed2 (diff)
downloadbcm5719-llvm-b94df039c07e8c9c9d1e4ae20b988ade02d9481b.tar.gz
bcm5719-llvm-b94df039c07e8c9c9d1e4ae20b988ade02d9481b.zip
item done
llvm-svn: 30483
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/README.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt
index e55513b395a..aa34ac78756 100644
--- a/llvm/lib/Target/README.txt
+++ b/llvm/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) {
OpenPOWER on IntegriCloud