Re: [PATCH 2/9] rs6000: Handle rtx cost of NE

2014-09-21 Thread David Edelsohn
On Sat, Sep 20, 2014 at 2:23 PM, Segher Boessenkool wrote: > Currently NE isn't handled at all. Handle it the same as EQ, LTU, GTU. > > > 2014-09-20 Segher Boessenkool > > * config/rs6000/rs6000.c (rs6000_rtx_costs) : New. Okay. Thanks, David

[PATCH 2/9] rs6000: Handle rtx cost of NE

2014-09-20 Thread Segher Boessenkool
Currently NE isn't handled at all. Handle it the same as EQ, LTU, GTU. 2014-09-20 Segher Boessenkool * config/rs6000/rs6000.c (rs6000_rtx_costs) : New. --- gcc/config/rs6000/rs6000.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000