[llvm-commits] CVS: llvm/lib/Target/README.txt
Chris Lattner
sabre at nondot.org
Fri Nov 3 14:27:54 PST 2006
Changes in directory llvm/lib/Target:
README.txt updated: 1.44 -> 1.45
---
Log message:
add a note
---
Diffs of the changes: (+6 -0)
README.txt | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.44 llvm/lib/Target/README.txt:1.45
--- llvm/lib/Target/README.txt:1.44 Thu Oct 26 01:15:43 2006
+++ llvm/lib/Target/README.txt Fri Nov 3 16:27:39 2006
@@ -331,4 +331,10 @@
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
+
//===---------------------------------------------------------------------===//
More information about the llvm-commits
mailing list