This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [4.2] MIPS: missed optimization
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Manuel Lauss <mano at roarinelk dot homelinux dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 Nov 2008 21:36:44 +0000
- Subject: Re: [4.2] MIPS: missed optimization
- References: <20081119194022.GA21516@roarinelk.homelinux.net>
Manuel Lauss <mano@roarinelk.homelinux.net> writes:
> Admittedly my understanding of mips assembly is not yet very advanced, am I
> missing something or is this a bug?
Well, it's a missed optimisation, certainly. Fortunately,
it's conceptually fairly easy to fix. I'll have a go.
Richard