aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-05-31 18:20:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-05-31 18:20:26 +0000
commit4914db09a5659bbab94a1dca1df48ed728398790 (patch)
treed0c0d907dec4a96ce1097cc13018e3130cbc5237
parent9419ddb2898e2ae7a0c22da63cd1a38783200d17 (diff)
Yay us! Every one of these examples turns into icmp/zext/ret.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51818 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 1b55ac69bf..c9f11b935c 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -317,11 +317,6 @@ 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
-
-//===---------------------------------------------------------------------===//
-
viterbi speeds up *significantly* if the various "history" related copy loops
are turned into memcpy calls at the source level. We need a "loops to memcpy"
pass.