This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] vars_to_rename conversion to bitmap
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 05 Dec 2003 18:47:31 -0500
- Subject: Re: [tree-ssa] vars_to_rename conversion to bitmap
- Organization: Red Hat Canada
- References: <200312052259.hB5MxPhq003569@speedy.slc.redhat.com>
On Fri, 2003-12-05 at 17:59, law@redhat.com wrote:
> This patch cleans up how the optimizers communicate with the main driver
> in regards to new variables and variables that need to be renamed after
> an optimization pass.
>
Cool, thanks. I've been wanting to do this for a few days now.
Diego.