diff options
author | Alexander Shaposhnikov <ashaposhnikov@google.com> | 2022-02-02 06:08:05 +0000 |
---|---|---|
committer | Alexander Shaposhnikov <ashaposhnikov@google.com> | 2022-02-02 06:09:55 +0000 |
commit | 4450a2a23df0e7081ca7fee3ec641774afedc2bc (patch) | |
tree | 6803a8381c49e0735c26c0084c65218ddfac32b9 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | e188aae406f3fecaed65a1f7e6562205f0de937e (diff) | |
download | llvm-4450a2a23df0e7081ca7fee3ec641774afedc2bc.zip llvm-4450a2a23df0e7081ca7fee3ec641774afedc2bc.tar.gz llvm-4450a2a23df0e7081ca7fee3ec641774afedc2bc.tar.bz2 |
[lld][ELF] Add support for ADRP+ADD optimization for AArch64
This diff adds support for ADRP+ADD optimization for AArch64 described in
https://github.com/ARM-software/abi-aa/commit/d2ca58c54b8e955cfef25c71822f837ae0439d73
i.e. under appropriate constraints
ADRP x0, symbol
ADD x0, x0, :lo12: symbol
can be turned into
NOP
ADR x0, symbol
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D117614
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions