Committed.
On Thu, 02 Nov 2017 09:03:19 PDT (-0700), Palmer Dabbelt wrote:
> From: Kito Cheng
>
> GCC may generate non-legitimate address due to we allow some
> load/store with non-legitimate address in pic.md.
>
> gcc/ChangeLog
>
> 2017-11-02 Kito Cheng
>
> * config/riscv/riscv.c (ris
From: Kito Cheng
GCC may generate non-legitimate address due to we allow some
load/store with non-legitimate address in pic.md.
gcc/ChangeLog
2017-11-02 Kito Cheng
* config/riscv/riscv.c (riscv_legitimize_move): Handle
non-legitimate address.
---
gcc/config/riscv/riscv.c |