diff options
author | Philip Reames <listmail@philipreames.com> | 2019-04-01 16:26:08 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2019-04-01 16:26:08 +0000 |
commit | 05e3e554b47aee32588ec30fbf0d64db6a438ab8 (patch) | |
tree | b76dc88c88b28472a3661f883bb66b888d7f97bf /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 6c21ccd245bb89134a296a5ccf74ef2a5158f6e9 (diff) | |
download | bcm5719-llvm-05e3e554b47aee32588ec30fbf0d64db6a438ab8.tar.gz bcm5719-llvm-05e3e554b47aee32588ec30fbf0d64db6a438ab8.zip |
[LoopPred] Be uniform about proving generated conditions
We'd been optimizing the case where the predicate was obviously true, do the same for the false case. Mostly just for completeness sake, but also may improve compile time in loops which will exit through the guard. Such loops are presumed rare in fastpath code, but may be present down untaken paths, so optimizing for them is still useful.
llvm-svn: 357408
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions