Re: [PATCH GCC][04/06]Add copying interface for dependence_info

2017-08-25 Thread Richard Biener
On August 25, 2017 12:25:57 AM GMT+02:00, Jeff Law wrote: >On 08/14/2017 03:19 AM, Bin Cheng wrote: >> HI, >> This patch adds copying interface for dependence_info. The >methodology >> is we don't copy such information by default, and this interface >should >> be called explicitly when it is safe

Re: [PATCH GCC][04/06]Add copying interface for dependence_info

2017-08-24 Thread Jeff Law
On 08/14/2017 03:19 AM, Bin Cheng wrote: > HI, > This patch adds copying interface for dependence_info. The methodology > is we don't copy such information by default, and this interface should > be called explicitly when it is safe and necessary to do so. Just like > this patch uses the interfac

[PATCH GCC][04/06]Add copying interface for dependence_info

2017-08-14 Thread Bin Cheng
HI, This patch adds copying interface for dependence_info. The methodology is we don't copy such information by default, and this interface should be called explicitly when it is safe and necessary to do so. Just like this patch uses the interface in ivopts. Bootstrap and test in series. Is it O