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: df.c and REG_EQUAL/REG_EQUIV notes


  In message <20010925162110.D13734@atrey.karlin.mff.cuni.cz>you write:
  > 
  > Hi,
  > Almost any optimization pass needs to deal with REG_EQUIL/EQUAL notes.
  > To do so in passes based on dataflow module we need to represent the
  > "uses" of values in these instructions somehow, as otherwise it is
  > really dificult to track down where the notes needed to be updated lie.
  > 
  > Honza
  > 
  > Tue Sep 25 16:18:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
  > 	* df.h (DF_EQUIV_NOTES): New constant.
  > 	(df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
  > 	when asked for.
Approved.  Please install.
jeff


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