diff options
author | David Bolvansky <david.bolvansky@gmail.com> | 2019-10-02 22:49:20 +0000 |
---|---|---|
committer | David Bolvansky <david.bolvansky@gmail.com> | 2019-10-02 22:49:20 +0000 |
commit | 6b45029676e5d0b5eb5baddab919c511881dd186 (patch) | |
tree | 803683d1f0de3c345d26a5de37149fa069266c5e /lldb/packages/Python/lldbsuite/test/python_api | |
parent | f5bda7fe24edd21a7f3fc71129d1cca8fd277a1d (diff) | |
download | bcm5719-llvm-6b45029676e5d0b5eb5baddab919c511881dd186.tar.gz bcm5719-llvm-6b45029676e5d0b5eb5baddab919c511881dd186.zip |
[InstCombine] Transform bcopy to memmove
bcopy is still widely used mainly for network apps. Sadly, LLVM has no optimizations for bcopy, but there are some for memmove.
Since bcopy == memmove, it is profitable to transform bcopy to memmove and use current optimizations for memmove for free here.
llvm-svn: 373537
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions