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

Re: [PATCH] Avoid emitting useless notes in GCSE


> If a later pass, like RTL LICM, hoists out a constant, the REG_EQUAL note
> becomes relevant.  reload needs such notes to put the constant back if the
> pseudo created by LICM failed to get a hard register.

Do you mean the pass that modifies the insn is not responsible for emitting 
the note?

-- 
Eric Botcazou


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