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: [PATCH] Avoid some more REG_EQUAL ASM_OPERANDS notes


On Mon, Oct 29, 2001 at 03:37:17PM +0100, Jakub Jelinek wrote:
> 	* gcse.c (try_replace_reg): Don't create REG_EQUAL notes for
> 	ASM_OPERANDS.
> 
> 	* gcc.dg/20011029-2.c: New test.

Hmm.  Conceptually ok.

We should codify what is OK to have in a REG_EQUAL note and centralize
that knowledge in a function, rather than open-coding in multiple places.


r~


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