This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Copy propagation [patch]


Hi,

On Fri, 28 Feb 2003 law at redhat dot com wrote:

>  >You can cut down the copies during SSA form building, but we would still
>  >need this as a separate pass to cleanup the garbage that PRE (and later
>  >on GVN and VRP) may leave behind.
> Those would be wiped by the register coalescing that should be done as
> part of the translation from SSA back to normal form.

It could arguably also be left to the register allocator.


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]