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: Scheduling complete loop unrolling early and unconditional?


Richard Guenther wrote:

Therefore, is it possible to schedule either complete unrolling
of loops very early (before sra), or to schedule another sra
run after loop optimizations (that's what I'll try at the moment,
but possibly mess everything up)?

Scheduling SRA after loop optimizations sounds better. SRA should be able to run more than once.


Diego.



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