Matt Thomas wrote:

For instance, gcc emits:

        movab rpb,%r0
        movab 100(%r0),%r1
        cvtwl (%r1),%r0

but the movab 100(%r0),%r1 is completely unneeded, this should have
been emitted as:

        movab rpb,%r0
        cvtwl 100(%r0),%r0

Ah !  A clear case of "all the world's a RISC" syndrome.

--
Toon Moene - e-mail: [EMAIL PROTECTED] - phone: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
At home: http://moene.indiv.nluug.nl/~toon/
Who's working on GNU Fortran: http://gcc.gnu.org/ml/gcc/2007-01/msg00059.html

Reply via email to