: 31 March 2011 16:21
To: Henderson, Stuart
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [Patch] bfin: move loop invariants out of loop
On 03/31/2011 04:16 PM, Henderson, Stuart wrote:
> The attached patch attempts to move loop invariants out of loops for Blackfin.
>
>
> 2011-03-31 Stuart H
On 03/31/2011 04:16 PM, Henderson, Stuart wrote:
> The attached patch attempts to move loop invariants out of loops for Blackfin.
>
>
> 2011-03-31 Stuart Henderson
>
>From Bernd Schmidt
>* config/bfin/bfin.c (bfin_gen_bundles): Don't try to bundle a jump.
>(bfin_optimize_loops_1,
New version of previous patch. Apologies.
Stu
-Original Message-
From: Henderson, Stuart
Sent: 31 March 2011 12:20
To: gcc-patches@gcc.gnu.org
Subject: [Patch] bfin: move loop invariants out of loop
The attached patch attempts to move loop invariants out of loops for Blackfin.
2011
The attached patch attempts to move loop invariants out of loops for Blackfin.
2011-03-31 Stuart Henderson
From Bernd Schmidt
* config/bfin/bfin.c (bfin_gen_bundles): Don't try to bundle a jump.
(bfin_optimize_loops_1, move_loop_constants): New static functions.
(bfin_reorg): Call