[PATCH] New predicate covering NOP_EXPR and CONVERT_EXPR

Joseph S. Myers joseph@codesourcery.com
Fri Dec 2 19:33:00 GMT 2005


On Fri, 2 Dec 2005, Richard Guenther wrote:

> I'll try to get the number of these required changes down by using
> fold_convert where appropriate in various places.  Inside fold
> we treat those two as identical and where we don't it's a bug and
> possibly causes missed optimizations.

Yes, this is a good incremental change - reducing the number of places 
explicitly creating NOP_EXPR and CONVERT_EXPR so as to reduce the 627 
matches from grep that need looking at.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)



More information about the Java-patches mailing list