diff options
author | Volodymyr Vasylkun <vvmposeydon@gmail.com> | 2024-09-23 15:41:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 15:41:22 +0100 |
commit | d4798498c4a30efb03eebb56415a69fa60107414 (patch) | |
tree | e153c3c958af189f3afb9f3ec9816ef7ab426fac /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
parent | 40d6497a97a61ef5ea38e615cc324104cb34072a (diff) | |
download | llvm-d4798498c4a30efb03eebb56415a69fa60107414.zip llvm-d4798498c4a30efb03eebb56415a69fa60107414.tar.gz llvm-d4798498c4a30efb03eebb56415a69fa60107414.tar.bz2 |
[InstCombine] Fold `(x == y) ? 0 : (x > y ? 1 : -1)` into `ucmp/scmp(x,y)` (#107314)
This also handles commuted cases of the same fold, with either the
condition or the true/false values of the inner select being swapped.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions