[tree-ssa] Out of SSA status and issues
Michael Matz
matz@suse.de
Tue May 13 09:07:00 GMT 2003
Hi,
On 12 May 2003, Andrew MacLeod wrote:
> Actually, is propagating this copy a safe thing to do?
>
> Copy propagation simply looks at the def, and if the stmt is a copy,
> copies it... So if there was a store after the definition of i_14 which
> killed the memory location that T.6_12 points to, then the PHI is going
> to get the wrong result... isn't it?
An indirect reference is not a copy. I don't know if tree-ssa thinks it
is, but it definitely shouldn't.
Ciao,
Michael.
More information about the Gcc
mailing list