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: Variable Expansion Optimization


Revital Eres wrote:

Hello,

I intend to implement variable expansion in the body of the unrolled loop.

I take it you are proposing to do this in the RTL loop unrollers?

(On trees, we would want to maintain SSA form, so we'd have to do the renaming you're suggesting anyhow.)

I'd hope that soon we'd be able to get rid of the RTL-based loop unroller, but I'm perfectly willing to believe that day to be a ways away...

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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