summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2022-02-16 21:57:04 +0300
committerRoman Lebedev <lebedev.ri@gmail.com>2022-02-16 22:16:02 +0300
commitae48af582b34f571fdfb1a05adda0f3bc9fe5569 (patch)
tree8bd8193ae0ece724908441d40e98c51d06c9642c /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
parent3c7d48ed902a7136a131c1288d75bfcf7af557c6 (diff)
[NFC][SCEV] Recognize umin_seq when operand is zext'ed in zero-check
zext(umin(x,y)) == umin(zext(x),zext(y)) zext(x) == 0 -> x == 0 While it is not a very likely scenario, we probably should not expect that instcombine already dropped such a redundant zext, but handle directly. Moreover, perhaps there was no ZExtInst, and SCEV somehow managed to pull out said zext out of the SCEV expression.
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions