Re: [PATCH] RISC-V: Implement movmemsi

2017-11-07 Thread Palmer Dabbelt
Committed. On Mon, 06 Nov 2017 17:31:05 PST (-0800), Palmer Dabbelt wrote: > From: Andrew Waterman > > Without this we aren't getting proper memcpy inlining on RISC-V systems, > which is particularly disastrous for Dhrystone performance on RV32IM > systems. > > gcc/ChangeLog > > 2017-11-06 Andre

[PATCH] RISC-V: Implement movmemsi

2017-11-06 Thread Palmer Dabbelt
From: Andrew Waterman Without this we aren't getting proper memcpy inlining on RISC-V systems, which is particularly disastrous for Dhrystone performance on RV32IM systems. gcc/ChangeLog 2017-11-06 Andrew Waterman * config/riscv/riscv-protos.h (riscv_hard_regno_nregs): New p