Yay us! Every one of these examples turns into icmp/zext/ret.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 31 May 2008 18:20:26 +0000 (18:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 31 May 2008 18:20:26 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51818 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/README.txt

index 1b55ac69bf56a77cd51e6dfbde26e7ec74478435..c9f11b935cdcdee0b8ba68e061d7cf01348c12a4 100644 (file)
@@ -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.