diff options
author | Jay Foad <jay.foad@amd.com> | 2023-05-25 11:56:06 +0100 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2023-05-25 16:05:32 +0100 |
commit | bf358e27a4f80a7240627785f049267964ccc2e9 (patch) | |
tree | 0f96eef175d490f43529b9620a2aa397d882c4fd /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 298843cd66334d7af5e53099f95b500e42c42317 (diff) | |
download | llvm-bf358e27a4f80a7240627785f049267964ccc2e9.zip llvm-bf358e27a4f80a7240627785f049267964ccc2e9.tar.gz llvm-bf358e27a4f80a7240627785f049267964ccc2e9.tar.bz2 |
[APInt] Add unsigned overloads of shift functions
Add overloads of sshl_ov, ushl_ov, sshl_sat and ushl_sat that take the
shift amount as unsigned instead of APInt. This matches what we do for
the normal shift operators and can help to avoid creating temporary
APInts in some cases.
Differential Revision: https://reviews.llvm.org/D151420
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions