diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2024-03-10 17:24:12 -0500 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2024-03-13 14:27:05 -0500 |
commit | 744a23f24b08e8b988b176173c433d64761e66b3 (patch) | |
tree | fdc2da3081156b4c9b80b0d417f090efadac946c /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 882992a951a3d92d5e19d4fe6c6eb9ba1e87d39c (diff) | |
download | llvm-744a23f24b08e8b988b176173c433d64761e66b3.zip llvm-744a23f24b08e8b988b176173c433d64761e66b3.tar.gz llvm-744a23f24b08e8b988b176173c433d64761e66b3.tar.bz2 |
[ValueTracking] Use select condition to help infer bits of arms
If we have something like `(select (icmp ult x, 8), x, y)`, we can use
the `(icmp ult x, 8)` to help compute the knownbits of `x`.
Closes #84699
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
0 files changed, 0 insertions, 0 deletions