add a note about viterbi

llvm-svn: 31612
This commit is contained in:
Chris Lattner 2006-11-10 00:23:26 +00:00
parent 4e6c828296
commit 48d2b0af37

View File

@ -354,3 +354,9 @@ 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.
//===---------------------------------------------------------------------===//