summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
diff options
context:
space:
mode:
authorDavid Bolvansky <david.bolvansky@gmail.com>2019-10-02 22:49:20 +0000
committerDavid Bolvansky <david.bolvansky@gmail.com>2019-10-02 22:49:20 +0000
commit6b45029676e5d0b5eb5baddab919c511881dd186 (patch)
tree803683d1f0de3c345d26a5de37149fa069266c5e /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp
parentf5bda7fe24edd21a7f3fc71129d1cca8fd277a1d (diff)
downloadbcm5719-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/process/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud