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: [tuples] Convert TER


On Sat, Jun 28, 2008 at 3:59 AM, Diego Novillo <dnovillo@google.com> wrote:
> This patch converts TER to tuples and kills my original intent of not
> merging gimple_to_tree() into mainline.  This function generates trees
> out of GIMPLE so that they can be passed to the RTL expander.  It's
> hideous, but converting the RTL expander to talk to GIMPLE directly is
> going to be a significant job (we've been trying to do this for the
> last 4 years, IIRC).
>
> Bootstrapped and tested on x86_64.

Well, if Honza manages to get SSA at -O0 working we should be able to do
expression combining on-the-fly if we expand during out-of-SSA.

Richard.


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