diff options
author | Sameer AbuAsal <sabuasal@codeaurora.org> | 2018-03-02 22:04:12 +0000 |
---|---|---|
committer | Sameer AbuAsal <sabuasal@codeaurora.org> | 2018-03-02 22:04:12 +0000 |
commit | 2646a41e54ba858fdcb0d52fb7286af5ecbc0d38 (patch) | |
tree | be04597a8f2c3cd5a6b48af93145177e8cbe874c /lldb/packages/Python/lldbsuite | |
parent | e403c862cc0788236269730e272c91fec74c4a9a (diff) | |
download | bcm5719-llvm-2646a41e54ba858fdcb0d52fb7286af5ecbc0d38.tar.gz bcm5719-llvm-2646a41e54ba858fdcb0d52fb7286af5ecbc0d38.zip |
[RISCV] Implement MC relaxations for compressed instructions.
Summary:
This patch implements relaxation for RISCV in the MC layer.
The following relaxations are currently handled:
1) Relax C_BEQZ to BEQ and C_BNEZ to BNEZ in RISCV.
2) Relax and C_J $imm to JAL x0, $imm and CJAL to JAL ra, $imm.
Reviewers: asb, llvm-commits, efriedma
Reviewed By: asb
Subscribers: shiva0217
Differential Revision: https://reviews.llvm.org/D43055
llvm-svn: 326626
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions