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]
Other format: [Raw text]

Re: Use-and-clobber insns and some ancient combine.c code


    I guess I can see why we wouldn't want to substitute into the operand
    of a CLOBBER itself.  But why prevent substitution of an expression
    containing a register that will be clobbered?  This second clause was
    added under this ChangeLog entry:

I don't remember the second issue, but as to this one, I think the
point is that you can't selectively substitute into the insn, so you
would update the CLOBBER.  But I'm not sure.


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