Re: Ping: [PATCH] Fix PR46556 (straight-line strength reduction, part 2)

2012-08-01 Thread Richard Guenther
On Sun, Jul 22, 2012 at 5:19 PM, William J. Schmidt wrote: > Ping... > > On Thu, 2012-06-28 at 16:45 -0500, William J. Schmidt wrote: >> Here's a relatively small piece of strength reduction that solves that >> pesky addressing bug that got me looking at this in the first place... >> >> The main p

Ping: [PATCH] Fix PR46556 (straight-line strength reduction, part 2)

2012-07-22 Thread William J. Schmidt
Ping... On Thu, 2012-06-28 at 16:45 -0500, William J. Schmidt wrote: > Here's a relatively small piece of strength reduction that solves that > pesky addressing bug that got me looking at this in the first place... > > The main part of the code is the stuff that was reviewed last year, but > whic

[PATCH] Fix PR46556 (straight-line strength reduction, part 2)

2012-06-28 Thread William J. Schmidt
Here's a relatively small piece of strength reduction that solves that pesky addressing bug that got me looking at this in the first place... The main part of the code is the stuff that was reviewed last year, but which needed to find a good home. So hopefully that's in pretty good shape. I reca