Re: [PATCH, PR68809] Fix same_close_phi_node

2016-03-16 Thread Richard Biener
On Wed, 16 Mar 2016, Tom de Vries wrote: > Hi, > > this patch fixes graphite PR68809, a 6 regression. > > The problem we run into is that we return true in same_close_phi_node for two > single-argument phis, one with an int 0 argument, and one with a char 0 > argument: > ... > _1 = PHI

[PATCH, PR68809] Fix same_close_phi_node

2016-03-16 Thread Tom de Vries
Hi, this patch fixes graphite PR68809, a 6 regression. The problem we run into is that we return true in same_close_phi_node for two single-argument phis, one with an int 0 argument, and one with a char 0 argument: ... _1 = PHI <(int)0> _2 = PHI <(char)0> ... The result types of the two