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
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