diff options
author | Kang Zhang <shkzhang@cn.ibm.com> | 2019-08-12 13:15:31 +0000 |
---|---|---|
committer | Kang Zhang <shkzhang@cn.ibm.com> | 2019-08-12 13:15:31 +0000 |
commit | 342fb0db6d98d43252cbaeb6123cd154976c42aa (patch) | |
tree | dca9f9a765851e93bd2b5061b6388f686748e905 /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | 20b2cd3c0bfe8f732bb135edb7f3c8436d005fe9 (diff) | |
download | bcm5719-llvm-342fb0db6d98d43252cbaeb6123cd154976c42aa.tar.gz bcm5719-llvm-342fb0db6d98d43252cbaeb6123cd154976c42aa.zip |
[CodeGen] Do the Simple Early Return in block-placement pass to optimize the blocks
Summary:
In `block-placement` pass, it will create some patterns for unconditional we can do the simple early retrun.
But the `early-ret` pass is before `block-placement`, we don't want to run it again.
This patch is to do the simple early return to optimize the blocks at the last of `block-placement`.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D63972
llvm-svn: 368565
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions