This is the mail archive of the gcc-patches@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: ifcvt buglet



  In message <20000531102228.B29853@cygnus.com>you write:
  > On Wed, May 31, 2000 at 10:16:24AM -0400, Michael Meissner wrote:
  > > Hmmm, I may need to have a clobber in the jumps I want to convert to
  > > conditional code for the port that I'm working on.  I would prefer a test
  > > that allowed clobbers (but not moves).
  > 
  > Look at the definition of onlyjump_p.  That's what Jeff is testing.
Michael -- if onlyjump_p doesn't work for you, you might look at
multiple_sets_p, or something like that (in rtlanal.c).  I believe it
ignores clobbers.
jeff

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