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: x86 REG_DEAD note lacking after split


>> and when the output is generated there's apparently no REG_DEAD note as
>> the wrong assmbler instruction is used.
>
> I am sorry, you are screwed.  REG_DEAD I am led to believe isn't valid
> during insn output.  See the threads about dead_or_set_p.

Actually I believe that REG_DEAD notes are valid during insn output for
certain special cases.  The reg-stack pass which runs prior to insn output
generates REG_DEAD notes for any registers it handles.

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



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