This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Fix typos in config/i386/i386.md
On Tue, Aug 29, 2006 at 05:26:40PM +0200, Andreas Jaeger wrote:
> "H. J. Lu" <hjl@lucon.org> writes:
>
> > On Tue, Aug 29, 2006 at 10:59:25AM +0200, Richard Guenther wrote:
> >> On 8/28/06, H. J. Lu <hjl@lucon.org> wrote:
> >> >There are 5 DF patterns where we match SF operands instead of DF. I
> >> >think there are typos. This patch fixes those.
> >>
> >> How did you test this patch? Did you see any effect of this fix?
> >>
> >
> > I took a look at the sched2 dump from a simple function and it was OK.
> > I checked SPEC CPU 2K on Conroe and it didn't change much.
>
> In which way did it change?
Some benchmarks are down and some are up. But they are all within
noises.
>
> > Let me know if there are better ways to verify if they are typos or
> > not.
>
> So, you did not run the testsuite at all?
>
There are no regressions in gcc testsuite.
H.J.