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: Using and clobbering hard regs in parallel


> No, REG_DEAD talks about inputs only; REG_UNUSED talks about outputs only.
> 
> The reason that op might be useful is if we wish to extend the lifetime
> of the original value.

In that case, the first part of the sentence is mismatched.  It should be
something like

It does not follow that the original value of register @var{op} is not
available after this insn...


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