This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [07/11] [riscv] Fix ambiguous .md attribute uses
- From: Jim Wilson <jimw at sifive dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Kito Cheng <kito dot cheng at gmail dot com>, Palmer Dabbelt <palmer at sifive dot com>, Andrew Waterman <andrew at sifive dot com>, Jim Wilson <jimw at sifive dot com>, richard dot sandiford at arm dot com
- Date: Mon, 8 Jul 2019 12:38:21 +0800
- Subject: Re: [07/11] [riscv] Fix ambiguous .md attribute uses
- References: <mpty31cy10w.fsf@arm.com> <mpttvc0wlui.fsf@arm.com>
On Fri, Jul 5, 2019 at 11:19 PM Richard Sandiford
<richard.sandiford@arm.com> wrote:
> gcc/
> * config/riscv/pic.md (*local_pic_load_s<mode>)
> (*local_pic_load_u<mode>): Explicitly specify the mode iterator
> referenced by <mode>, giving...
> (*local_pic_load_s<SUBX:mode>, *local_pic_load_u<SUBX:mode>): ...these.
> * config/riscv/riscv.md (*sge<u>_<X:mode><GPR:mode>)
> (*slt<u>_<X:mode><GPR:mode>, *sle<u>_<X:mode><GPR:mode>): Explicitly
> use <X:MODE> for the mode attribute.
OK.
Jim