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]
Other format: [Raw text]

Re: vector register allocation


BLUE 3TOO <blue_3too@hotmail.com> writes:

>     Can anybody explain how the register allocation is handled in GCC?
>     Is it done together with the general register allocation? or GCC
>     has a separate phase to handle them separately?

There is no separate vector register allocator.  All classes of
registers are allocated using the same register allocator.  In current
GCC we use IRA by Vladimir Makarov.

Ian


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