diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-11-03 22:27:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-11-03 22:27:39 +0000 |
| commit | 2048373e71b1ce5773dec68e77524b63f4800d16 (patch) | |
| tree | 478d6e29a79ba366fb3b47c83306bb1ee2809a8d | |
| parent | 2d242aba184dcd890c8b7ee276a5822ab25304f6 (diff) | |
| download | bcm5719-llvm-2048373e71b1ce5773dec68e77524b63f4800d16.tar.gz bcm5719-llvm-2048373e71b1ce5773dec68e77524b63f4800d16.zip | |
add a note
llvm-svn: 31429
| -rw-r--r-- | llvm/lib/Target/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index 4d2d4b623d7..7285c1b0684 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/lib/Target/README.txt @@ -331,4 +331,10 @@ for Instruction::UDiv (around line 4447) for more details. The SingleSource/Benchmarks/Shootout-C++/hash and hash2 tests have examples of this construct. + +//===---------------------------------------------------------------------===// + +Instcombine misses several of these cases (see the testcase in the patch): +http://gcc.gnu.org/ml/gcc-patches/2006-10/msg01519.html + //===---------------------------------------------------------------------===// |

