This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch][4.5] Make regmove cfglayout-safe
Steven Bosscher wrote:
> On Mon, Mar 9, 2009 at 11:47 AM, Richard Guenther
> <richard.guenther@gmail.com> wrote:
>> On Mon, Mar 9, 2009 at 12:44 AM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> (...)
>>> This patch makes regmove CFG aware and cfglayout-safe. It also enables
>>> regmove for non-call exceptions.
> (...)
>> Ok for 4.5.
>
> Now on the trunk as r145247.
And r145283 has the patch to make combine use cfglayout mode, and stay
in cfglayout mode until after regmove.
Thanks!
Paolo