[tree-ssa] decls in tree-ssa (fwd)

Diego Novillo dnovillo@redhat.com
Mon Feb 10 21:59:00 GMT 2003


On Mon, 10 Feb 2003, Jan Hubicka wrote:

> But in case you are speaking about memcpy calls, the problem is probably
> the fact that i386.md expands memcpy inline only for constant arguments
> that are hidden by gimplification...
> 
CCP should be doing a reasonable job at replacing constant
arguments, though.  If you see variables that end in '.NNN' in
memcpy arguments, then either CCP didn't work or the arguments
weren't constant to begin with.


Diego.



More information about the Gcc mailing list