mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
add a note about viterbi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08ff1480ff
commit
578d2df84b
@ -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.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user