------- Comment #7 from rguenther at suse dot de  2010-05-05 13:33 -------
Subject: Re:  PRE misses full-redundancies,
 inserts into loops

On Wed, 5 May 2010, steven at gcc dot gnu dot org wrote:

> ------- Comment #5 from steven at gcc dot gnu dot org  2010-05-05 13:10 
> -------
> I don't understand. We insert on edges now? Even though all critical edges are
> split? I thought that if you insert on a critical edge, the commit is
> instantanous, not delayed.

Only if you do gsi_insert_on_edge_immediate (which may split the block
if there is no suitable block).

Richard.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43984

Reply via email to