diff options
| author | Aleksandr Popov <42888396+aleks-tmb@users.noreply.github.com> | 2023-11-07 13:06:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 13:06:17 +0100 |
| commit | 011f25a4e010e0cf675f697ea5860b2fdd548e45 (patch) | |
| tree | 3618a480cbfa6787dcdd66af17f4e9175ce63392 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
| parent | ba116ff41d525a4b6c931664f1b4437a7dd55b1d (diff) | |
| download | llvm-011f25a4e010e0cf675f697ea5860b2fdd548e45.zip llvm-011f25a4e010e0cf675f697ea5860b2fdd548e45.tar.gz llvm-011f25a4e010e0cf675f697ea5860b2fdd548e45.tar.bz2 | |
[NFC][IRCE] Add unit test to show room for improvement (#71506)
Add tests for compound loop bounds where IRCE is possible
if (K > 0 && M > 0)
for (i = 0; i < min(K, M); i++) {...}
if (K > 0 && M > 0)
for (i = min(K, M); i >= 0; i--) {...}
Co-authored-by: Aleksander Popov <apopov@azul.com>
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions
