aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
diff options
context:
space:
mode:
authorZhongyunde <zhongyunde@huawei.com>2023-04-25 19:36:12 +0800
committerZhongyunde <zhongyunde@huawei.com>2023-04-25 19:41:04 +0800
commitca94b02e559242e6d1fcdd65320334438be69448 (patch)
tree91c6baa3be37463ed559b5cb1172fb21946d8f7a /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
parent4a3cfd119b2ccfdf0f51964b3a31493de8982bd7 (diff)
downloadllvm-ca94b02e559242e6d1fcdd65320334438be69448.zip
llvm-ca94b02e559242e6d1fcdd65320334438be69448.tar.gz
llvm-ca94b02e559242e6d1fcdd65320334438be69448.tar.bz2
[MergeICmps] Adapt to non-eq comparisons, bugfix
Fix the last runtime issue as some sequent comparisons need be spilted. For the origin equal comparisons chain, the new spilted Icmp chain will still be end with equal, while for the new not-equal comparisons chain, the new spilted Icmp chain will still be end with equal, so should address this carefully, see detail wih case partial_sequent_ne Thanks for @aeubanks, @glandium and @ayzhao report the runtime issue and carefully examine. Fix https://github.com/llvm/llvm-project/issues/59740. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D141188
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions