aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSettings.cpp
diff options
context:
space:
mode:
authorKang Zhang <shkzhang@cn.ibm.com>2019-09-06 08:16:18 +0000
committerKang Zhang <shkzhang@cn.ibm.com>2019-09-06 08:16:18 +0000
commitf879c6875563c0a8cd838f1e13b14dd33558f1f8 (patch)
tree079e11f983b5c4c64c4f919932e731cfd7adcdf8 /lldb/source/Commands/CommandObjectSettings.cpp
parentdd8e73ffc01a75e811855675e29aa46659413f6b (diff)
downloadllvm-f879c6875563c0a8cd838f1e13b14dd33558f1f8.zip
llvm-f879c6875563c0a8cd838f1e13b14dd33558f1f8.tar.gz
llvm-f879c6875563c0a8cd838f1e13b14dd33558f1f8.tar.bz2
[CodeGen] Do the Simple Early Return in block-placement pass to optimize the blocks
Summary: Fix a bug of not update the jump table and recommit it again. 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: 371177
Diffstat (limited to 'lldb/source/Commands/CommandObjectSettings.cpp')
0 files changed, 0 insertions, 0 deletions