Re: [patch] Coalesce in more cases

2016-05-06 Thread Richard Biener
On Thu, May 5, 2016 at 5:08 PM, Eric Botcazou wrote: > Hi, > > gimple_can_coalesce_p is rather picky about the conditions under which SSA > names can be coalesced. In particular, when it comes to the type, it's: > > /* Now check the types. If the types are the same, then we should > try t

[patch] Coalesce in more cases

2016-05-05 Thread Eric Botcazou
Hi, gimple_can_coalesce_p is rather picky about the conditions under which SSA names can be coalesced. In particular, when it comes to the type, it's: /* Now check the types. If the types are the same, then we should try to coalesce V1 and V2. */ tree t1 = TREE_TYPE (name1); tree t