diff options
author | Sopy <doimpt@sopy.one> | 2024-08-02 18:50:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 18:50:47 +0300 |
commit | 8d5cc015e006616ec818522c966b685bcb4951c2 (patch) | |
tree | 30232e996f35a4eea0f760d59bea8a426859f34b /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 39c7dc7207e76e72da21cf4fedda21b5311bf62d (diff) | |
download | llvm-8d5cc015e006616ec818522c966b685bcb4951c2.zip llvm-8d5cc015e006616ec818522c966b685bcb4951c2.tar.gz llvm-8d5cc015e006616ec818522c966b685bcb4951c2.tar.bz2 |
[AArch64] Optimize two large shifts and a combine into a single combine and shift (#99480)
Addresses a missing optimization in the AArch64 back-end where two large
shifts followed by a combine operation can be optimized into a single
combine operation followed by a shift.
Closes #59502
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions