Re: [Patch, mips] MIPS performance patch for PR 56552

2013-11-16 Thread Richard Sandiford
Richard Sandiford writes: > "Steve Ellcey " writes: >> diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md >> index 0cda169..49c2bf7 100644 >> --- a/gcc/config/mips/mips.md >> +++ b/gcc/config/mips/mips.md >> @@ -6721,7 +6721,7 @@ >> (define_insn "*mov_on_" >>[(set (match_operand:

Re: [Patch, mips] MIPS performance patch for PR 56552

2013-11-16 Thread Richard Sandiford
"Steve Ellcey " writes: > diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md > index 0cda169..49c2bf7 100644 > --- a/gcc/config/mips/mips.md > +++ b/gcc/config/mips/mips.md > @@ -6721,7 +6721,7 @@ > (define_insn "*mov_on_" >[(set (match_operand:GPR 0 "register_operand" "=d,d") >

[Patch, mips] MIPS performance patch for PR 56552

2013-11-15 Thread Steve Ellcey
Andrew Pinski created a patch for PR 56552 some months ago but has not checked it in. I would like to go ahead and check it in so that it gets into GCC 4.9. I have tested this on MIPS with no regressions. OK to checkin? Steve Ellcey sell...@mips.com 2013-11-15 Andrew Pinski Stev