This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: vax optimization breakage?



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]