Re: [patch 2/5] add hook to track when splitting is complete

2017-10-23 Thread Richard Biener
On Sat, Oct 21, 2017 at 11:17 PM, Sandra Loosemore wrote: > On 10/20/2017 02:24 AM, Richard Biener wrote: >> >> On Fri, Oct 20, 2017 at 4:09 AM, Sandra Loosemore >> wrote: >>> >>> This patch adds a function to indicate whether the split1 pass has

Re: [patch 2/5] add hook to track when splitting is complete

2017-10-21 Thread Sandra Loosemore
On 10/20/2017 02:24 AM, Richard Biener wrote: On Fri, Oct 20, 2017 at 4:09 AM, Sandra Loosemore wrote: This patch adds a function to indicate whether the split1 pass has run yet. This is used in part 3 of the patch set to decide whether 32-bit symbolic constant

Re: [patch 2/5] add hook to track when splitting is complete

2017-10-20 Thread Richard Biener
On Fri, Oct 20, 2017 at 4:09 AM, Sandra Loosemore wrote: > This patch adds a function to indicate whether the split1 pass has run > yet. This is used in part 3 of the patch set to decide whether 32-bit > symbolic constant expressions are permitted, e.g. in >

[patch 2/5] add hook to track when splitting is complete

2017-10-19 Thread Sandra Loosemore
This patch adds a function to indicate whether the split1 pass has run yet. This is used in part 3 of the patch set to decide whether 32-bit symbolic constant expressions are permitted, e.g. in TARGET_LEGITIMATE_ADDRESS_P and the movsi expander. Since there's currently no usable hook for