summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2019-07-19 11:29:04 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2019-07-19 11:29:04 +0000
commit882bf2a844c62275901a74f1148a26376d31c14c (patch)
tree276fe278d211e8e8d84406e9197315c1e3672787 /lldb/packages/Python/lldbsuite/test/python_api/thread
parent2e435ef3edd4e331edac9f695321f1bac685f3eb (diff)
downloadbcm5719-llvm-882bf2a844c62275901a74f1148a26376d31c14c.tar.gz
bcm5719-llvm-882bf2a844c62275901a74f1148a26376d31c14c.zip
[NFC][InstCombine] Redundant masking before left-shift: tests with assume
If the legality check is `(shiftNbits-maskNbits) s>= 0`, then we can simplify it to `shiftNbits u>= maskNbits`, which is easier to check for. However, currently switching the `dropRedundantMaskingOfLeftShiftInput()` to `SimplifyICmpInst()` does not catch these cases and regresses currently-handled cases, so i'll leave it as is for now. https://rise4fun.com/Alive/25P llvm-svn: 366564
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud