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] Strip useless type conversions after simplifying casts for VN


On Wed, 24 May 2006, Richard Guenther wrote:

> 
> Catch some more type conversions within FRE and PRE by ignoring useless
> type conversions for VN of casts.  (We do the same already for the
> non-simplifying path of VN).
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu for all languages + 
> Ada.
> 
> Ok for mainline?

Approved on IRC by Danny & Diego.  Applied to mainline.

Richard.

> 2006-05-24  Richard Guenther  <rguenther@suse.de>
> 
> 	* tree-ssa-pre.c (try_combine_conversion): Strip useless
> 	type conversions after folding.

--
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs


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