This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH v2] RISC-V: Improve li expansion for better code density.
On Fri, Aug 23, 2019 at 12:22 AM Kito Cheng <kito.cheng@sifive.com> wrote:
> * tc-riscv.c (md_assemblef): New.
> (load_const) Use md_assemblef instead of macro_build to emit
> instructions.
> * testsuite/gas/riscv/li32.d: New.
> * testsuite/gas/riscv/li32.s: Ditto.
> * testsuite/gas/riscv/li64.d: Ditto.
> * testsuite/gas/riscv/li64.s: Ditto.
Thanks. This version looks good.
Jim