[llvm-dev] Question about RISCV gp-relaxtion
liao via llvm-dev
llvm-dev at lists.llvm.org
Fri Oct 15 01:01:30 PDT 2021
Maybe the LLD doesn't support linker relaxtion (It is difficult to implement).
(Correct me if I'm wrong)
I want to implement lwgp, 17-bit/128KB gp-offset. (https://github.com/riscv/riscv-code-size-reduction/blob/after_v0.50.1_dev/ISA%20proposals/Huawei/Zce_spec.adoc#lwgp_semantics)
Eg: lui a0, %hi(sym); load/store a1, %lo(sym)(a0) -> lwgp/swgp a1, gp_offset(gp)
question:
1. Do I have to support linker relaxtion if I want to implement lwgp?
2. Is there any other way to solve the problem? assmembler?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211015/de761366/attachment.html>
More information about the llvm-dev
mailing list