diff options
author | klebinger.andreas@gmx.at <klebinger.andreas@gmx.at> | 2018-01-26 13:06:50 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-26 14:37:28 -0500 |
commit | 52dfb25c400bf1225132fdb8d7c25fa385c8ae3f (patch) | |
tree | 96648ef0605bcd0ad5c8e332964881b077a4d525 /compiler/codeGen | |
parent | 302aee52b61b754267c48465e94683f4aeda3fe8 (diff) | |
download | haskell-52dfb25c400bf1225132fdb8d7c25fa385c8ae3f.tar.gz |
Handle the likely:True case in CmmContFlowOpt
It's better to fall through to the likely case than to jump to it.
We optimize for this in CmmContFlowOpt when likely:False.
This commit extends the logic there to handle cases with likely:True
as well.
Test Plan: ci
Reviewers: bgamari, simonmar
Reviewed By: bgamari
Subscribers: simonmar, alexbiehl, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4306
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions