This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] New predicate covering NOP_EXPR and CONVERT_EXPR
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)