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: Linearize COND_EXPRs involving a single SSA_NAME


On Tue, 2004-07-13 at 21:36, Roger Sayle wrote:

> This patch is still duplicating code that's already in fold.  For example,
> "fold" will already reduce "x == x", etc.. when "x" is an integer
> VAR_DECL or PARM_DECL.  The relevant code in fold-const.c is:
> 
Yeah, I don't know what I was thinking.  I only need to call fold from
the linearizer.  I'll try that and if it misses something, I'll let you
know.


Thanks.  Diego.


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