Re: Partial PRE optimization causing slowdown

2013-12-14 Thread Richard Biener
Steve Ellcey wrote: >On Fri, 2013-12-13 at 11:26 +0100, Richard Biener wrote: >> On Thu, Dec 12, 2013 at 8:19 PM, Steve Ellcey >wrote: >> > I have a question about the partial pre (-ftree-partial-pre) >optimization >> > that was added in GCC 4.8. I have noticed that this optimization >is slowing

Re: Partial PRE optimization causing slowdown

2013-12-13 Thread Steve Ellcey
On Fri, 2013-12-13 at 11:26 +0100, Richard Biener wrote: > On Thu, Dec 12, 2013 at 8:19 PM, Steve Ellcey wrote: > > I have a question about the partial pre (-ftree-partial-pre) optimization > > that was added in GCC 4.8. I have noticed that this optimization is slowing > > down the bitmnp01 bench

Re: Partial PRE optimization causing slowdown

2013-12-13 Thread Richard Biener
On Thu, Dec 12, 2013 at 8:19 PM, Steve Ellcey wrote: > I have a question about the partial pre (-ftree-partial-pre) optimization > that was added in GCC 4.8. I have noticed that this optimization is slowing > down the bitmnp01 benchmark in the EEMBC1.1 suite on MIPS. I see this with > the 4.8 GC

Re: Partial PRE optimization causing slowdown

2013-12-12 Thread Jeff Law
On 12/12/13 12:19, Steve Ellcey wrote: I have a question about the partial pre (-ftree-partial-pre) optimization that was added in GCC 4.8. I have noticed that this optimization is slowing down the bitmnp01 benchmark in the EEMBC1.1 suite on MIPS. I see this with the 4.8 GCC and with ToT GCC.

Partial PRE optimization causing slowdown

2013-12-12 Thread Steve Ellcey
I have a question about the partial pre (-ftree-partial-pre) optimization that was added in GCC 4.8. I have noticed that this optimization is slowing down the bitmnp01 benchmark in the EEMBC1.1 suite on MIPS. I see this with the 4.8 GCC and with ToT GCC. Comparing "-O3 -fno-tree-partial-pre" vs.