diff options
| author | Dhruv Chawla <44582521+dc03@users.noreply.github.com> | 2023-07-11 15:36:51 +0530 |
|---|---|---|
| committer | Dhruv Chawla <44582521+dc03@users.noreply.github.com> | 2023-07-12 11:13:37 +0530 |
| commit | b336f9deeba2e1559d398a4fc2a00254c865953f (patch) | |
| tree | 80319f55d0fe51bc42755c0ec88784c538717931 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
| parent | 65ef4d43577dc39ea3eb003a0237e91665788a9c (diff) | |
| download | llvm-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/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions
