diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-08-27 18:12:16 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-08-27 18:12:24 +0100 |
commit | 4baf29e81e30e6ebc1da56b9e5c338014961acf9 (patch) | |
tree | f15ea73cbf0ef77c2c74deda9f4511b1fb04a2e3 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 900cd627582349381bcc0ee74054ca4d9efb55df (diff) | |
download | llvm-4baf29e81e30e6ebc1da56b9e5c338014961acf9.zip llvm-4baf29e81e30e6ebc1da56b9e5c338014961acf9.tar.gz llvm-4baf29e81e30e6ebc1da56b9e5c338014961acf9.tar.bz2 |
[DAG] Handle cases where a shift amount is larger than the pre-extended value bitwidth
In the (zext (shl (zext x), cst)) -> (shl (zext x), cst) fold, don't use a bitmask / MaskedValueIsZero as we can't guarantee that the shift amount is in bounds.
Fixes #106202
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions