On Fri, Jan 06, 2017 at 11:26:40AM +0100, Aurelien Buhrig wrote: > > Look at the dump file for reload to see where things come from. Also > > everything Jeff said; you really want LRA. > > I will try switching to LRA in a second step, but I think I need first to > remove the old cc0...
:-) > BTW, in which way the LRA is better than IRA? Is there any benchmarks? LRA is a replacement for reload, not for IRA. LRA already usually creates better performing code than reload does, but its big advantage is that it is a much better maintainable codebase, so that we can improve it over time. Segher