aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorDhruv Chawla <44582521+dc03@users.noreply.github.com>2023-07-11 15:36:51 +0530
committerDhruv Chawla <44582521+dc03@users.noreply.github.com>2023-07-12 11:13:37 +0530
commitb336f9deeba2e1559d398a4fc2a00254c865953f (patch)
tree80319f55d0fe51bc42755c0ec88784c538717931 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parent65ef4d43577dc39ea3eb003a0237e91665788a9c (diff)
downloadllvm-b336f9deeba2e1559d398a4fc2a00254c865953f.zip
llvm-b336f9deeba2e1559d398a4fc2a00254c865953f.tar.gz
llvm-b336f9deeba2e1559d398a4fc2a00254c865953f.tar.bz2
[InstCombine] Test cases for D154937
Create test cases for the following two folds: (icmp eq X, C) | (icmp ult Other, (X - C)) -> (icmp ule Other, (X - (C + 1))) (icmp ne X, C) & (icmp uge Other, (X - C)) -> (icmp ugt Other, (X - (C + 1))) Differential Revision: https://reviews.llvm.org/D154938
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions