diff options
author | Paul Walker <paul.walker@arm.com> | 2025-10-10 12:37:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-10 12:37:43 +0100 |
commit | 1c5bba1e4716547e24d07ca830e9db64cc9221da (patch) | |
tree | 50dfedee4ffa9d0b2868e5e2f85d6bd5d8ef2bbc /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
parent | 80f48b849378dd46b5ff19945995c0f1598eb16b (diff) | |
download | llvm-1c5bba1e4716547e24d07ca830e9db64cc9221da.zip llvm-1c5bba1e4716547e24d07ca830e9db64cc9221da.tar.gz llvm-1c5bba1e4716547e24d07ca830e9db64cc9221da.tar.bz2 |
[LLVM][CodeGen][SVE] ASRD cannot represent sdiv-by-one. (#162708)
We lower signed divides by a power-of-two to ASRD. However, ASRD's
immediate is log2(shift_amount) in the range 1 to elt-bitwidth, which
means it cannot represent sdiv-by-one.
Fixes https://github.com/llvm/llvm-project/issues/162616
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions