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] | |
Scheduling SRA after loop optimizations sounds better. SRA should be able to run more than once.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)?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |