summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorQuentin Colombet <qcolombet@apple.com>2016-05-02 22:58:59 +0000
committerQuentin Colombet <qcolombet@apple.com>2016-05-02 22:58:59 +0000
commit776e6de51626b01b6e4d062c243e48bcc9446884 (patch)
treeee315b33525a5506702831b78fd6e1c2572561bd /lldb/packages/Python
parent4e1d389ac5cf5048d2c4e90caa2de672d7445148 (diff)
downloadbcm5719-llvm-776e6de51626b01b6e4d062c243e48bcc9446884.tar.gz
bcm5719-llvm-776e6de51626b01b6e4d062c243e48bcc9446884.zip
[MachineBlockPlacement] Let the target optimize the branches at the end.
After the layout of the basic blocks is set, the target may be able to get rid of unconditional branches to fallthrough blocks that the generic code does not catch. This happens any time TargetInstrInfo::AnalyzeBranch is not able to analyze all the branches involved in the terminators sequence, while still understanding a few of them. In such situation, AnalyzeBranch can directly modify the branches if it has been instructed to do so. This patch takes advantage of that. llvm-svn: 268328
Diffstat (limited to 'lldb/packages/Python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud