summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin
diff options
context:
space:
mode:
authorRamkumar Ramachandra <ramkumar.ramachandra@codasip.com>2025-01-14 18:17:07 +0000
committerGitHub <noreply@github.com>2025-01-14 18:17:07 +0000
commit5187482fd0065b52fc483774799df082c2a35a4d (patch)
tree41b08a517a49d9d637a12196d818f254e0928de0 /lldb/test/API/functionalities/plugins/python_os_plugin
parentfed817a8b25e178cd701fefcdfe80c447d2ab212 (diff)
IR: handle FP predicates in CmpPredicate::getMatching (#122924)
CmpPredicate::getMatching implicitly assumes that both predicates are integer-predicates, and this has led to a crash being reported in VectorCombine after e409204 (VectorCombine: teach foldExtractedCmps about samesign). FP predicates are simple enough to handle as there is never any samesign information associated with them: hence handle them in CmpPredicate::getMatching, fixing the VectorCombine crash and guarding against future incorrect usages.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
0 files changed, 0 insertions, 0 deletions