This is the mail archive of the gcc@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]

Re: Enabling SSA for alpha?


> SSA is not suitable for direct code generation -- you translate into SSA,
> perform a series of transformations (optimizations), then translate back
> out of SSA.

OK, does this mean that the SSA pass transforms the code into a form that
the other passes can't deal with?

> Some of the transformations you can do with SSA can help register allocation,
> then again, some can hurt if you are not careful.
> 
> You also have to be careful not to run afoul of patents when working inside
> the register allocator.

I just want to try an experiment, to transform the code to SSA form just
before the register allocation phase.  Is this possible?

Brad

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