diff options
author | Jingu Kang <jingu.kang@arm.com> | 2021-06-07 12:55:30 +0100 |
---|---|---|
committer | Jingu Kang <jingu.kang@arm.com> | 2021-06-22 16:18:00 +0100 |
commit | 873ff5a72864fdf60614cca8adbd0d869fc9a9a2 (patch) | |
tree | 67635f893d3b49a39900a3082bfcebe6a6160016 /lldb/source/Interpreter/CommandObject.cpp | |
parent | 6c782e6eb0390097a02ae20bed7c502b8ee15696 (diff) | |
download | llvm-873ff5a72864fdf60614cca8adbd0d869fc9a9a2.zip llvm-873ff5a72864fdf60614cca8adbd0d869fc9a9a2.tar.gz llvm-873ff5a72864fdf60614cca8adbd0d869fc9a9a2.tar.bz2 |
[SimpleLoopUnswich] Fixa a bug on ComputeUnswitchedCost with partial unswitch
There was a bug from cost calculation for partially invariant unswitch.
The costs of non-duplicated blocks are substracted from the total LoopCost, so
anything that is duplicated should not be counted.
Differential Revision: https://reviews.llvm.org/D103816
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions