From 4914db09a5659bbab94a1dca1df48ed728398790 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 31 May 2008 18:20:26 +0000 Subject: [PATCH] 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 --- lib/Target/README.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 1b55ac69bf5..c9f11b935cd 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. -- 2.34.1