Yay us! Every one of these examples turns into icmp/zext/ret.

llvm-svn: 51818
This commit is contained in:
Nick Lewycky 2008-05-31 18:20:26 +00:00
parent 26b8cd84b3
commit 69a51cbd6d
1 changed files with 0 additions and 5 deletions

View 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.