diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-19 06:19:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-19 06:19:03 +0000 |
commit | b94df039c07e8c9c9d1e4ae20b988ade02d9481b (patch) | |
tree | a8d73195bfad3e099adbd77d2fe534eb4a645230 /llvm/lib | |
parent | 12f52faf934d71e74e204a6b5d86e3d728885ed2 (diff) | |
download | bcm5719-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.txt | 11 |
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) { |