This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] decls in tree-ssa (fwd)
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.