vax optimization breakage?
Jeffrey A Law
law@cygnus.com
Sun Jul 23 15:27:00 GMT 2000
In message < 20000723172324.D17424@pobox.com >you write:
>
> --XMCwj5IQnwKtuyBG
> Content-Type: text/plain; charset=us-ascii
>
> On Sun, Jul 23, 2000 at 01:28:52PM -0600, Jeffrey A Law wrote:
>
> > What we really need to see are the .gcse and .loop dump files so that we
> > can determine if things look OK before the loop optimizer or after the
> > loop optimizer. One we have that information we can guide you towards
> > the offending code.
>
> Sorry, I should have included them in my first message. Attached are .gcse
> ,
> .loop, and .cse2.
I think the return insn was inserted into the wrong place. It really
shouldn't have been inserted inside the loop notes, but instead should
have been placed after the LOOP_END note.
What do the .rtl and .jump rtl dumps look like?
jeff
More information about the Gcc
mailing list