This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/38748] [4.4 Regression] Missed FRE because of VIEW_CONVERT_EXPR



------- Comment #5 from rguenther at suse dot de  2009-01-13 08:55 -------
Subject: Re:  [4.4 Regression] Missed FRE because
 of VIEW_CONVERT_EXPR

On Tue, 13 Jan 2009, pinskia at gcc dot gnu dot org wrote:

> ------- Comment #4 from pinskia at gcc dot gnu dot org  2009-01-13 01:09 -------
> We should be able to fold:
> VIEW_CONVERT_EXPR<const struct Loc>(D.919509.D.78313.D.78008)
> 
> Into just D.919509 .

True.  I tried a quick shot at it but it turns out to be slightly
complicated ;)

Richard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38748


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