RE: [PATCH][MIPS] P5600 pipeline description fixes

2014-12-03 Thread Prachi Godbole
Committed. Prachi -Original Message- From: Matthew Fortune Sent: Wednesday, December 3, 2014 4:18 PM To: Prachi Godbole; gcc-patches@gcc.gnu.org Subject: RE: [PATCH][MIPS] P5600 pipeline description fixes > Changelog: > > 2014-12-03 Prachi Godbole > > * confi

RE: [PATCH][MIPS] P5600 pipeline description fixes

2014-12-03 Thread Matthew Fortune
> Changelog: > > 2014-12-03 Prachi Godbole > > * config/mips/p5600.md (define_automaton, define_cpu_unit): Replace > p5600_agen_pipe and p5600_alu_pipe with p5600_agen_alq_pipe. > > (p5600_int_arith_1, p5600_int_arith_2, p5600_int_arith_4): Change > reservation order.

[PATCH][MIPS] P5600 pipeline description fixes

2014-12-03 Thread Prachi Godbole
Hi, This patch merges automata p5600_agen_pipe and p5600_alu_pipe into one to enable blocking of the cpu units in either-or reservations. It also changes the order of the units in such reservations to benefit from multi-issue scenarios. Changelog: 2014-12-03 Prachi Godbole * config