Re: VRP: range info of new variables

2016-05-17 Thread Marc Glisse
On Mon, 16 May 2016, Jeff Law wrote: - Now that I think of it, maybe I should check that the variable is not a pointer before calling set_range_info? Having range [0, 1] makes it unlikely, but who knows... Maybe using an assert would be better. I don't think having a pointer there would be co

Re: VRP: range info of new variables

2016-05-16 Thread Jeff Law
On 05/13/2016 12:50 PM, Marc Glisse wrote: Hello, when VRP does some transforms, it may create new SSA_NAMEs, but doesn't give them range information. This can prevent cascading transformations in a single VRP pass. With this patch, I assign range information to the variable introduced by one tr