LRA has been merged into trunk.

Jakub Jelinek jakub@redhat.com
Fri Oct 26 06:30:00 GMT 2012


On Thu, Oct 25, 2012 at 11:15:06PM -0700, H.J. Lu wrote:
> Should there be a -fno-ira option before reload pass is
> removed?  It will be useful to investiage IRA regressions.

You mean -fno-lra, and s/IRA/LRA/, right?  I think the reason for no
compiler switch is that while returning false from ix86_lra_p ()
likely works right now, -fno-lra mode would be yet another
thing to support.  So, for investigations just return false from ix86_lra_p,
similarly for benchmarking, but as it needs compiler source changes, it is
obvious that with old reload everybody is on their own if it breaks
for targets that switched to LRA.

	Jakub



More information about the Gcc-patches mailing list