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: [RFC] Improving GCSE to reduce constant splits on ARM


> 2) Is there any reason we shouldn't prevent GCSE from propagating
> constants that we know will be split?

IIUC this will increase register pressure. i.e. it will probably be a win for 
simple loops, but risks catastrophic spills in the inner loop of more 
complicated code.

Paul


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