Re: [2/7] Make dr_analyze_innermost operate on innermost_loop_behavior

2017-07-03 Thread Richard Biener
On Mon, Jul 3, 2017 at 9:30 AM, Richard Sandiford wrote: > This means that callers to dr_analyze_innermost don't need a full > data_reference and don't need to fill in any fields beforehand. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Ok. Thanks, Richard. > Richard > >

[2/7] Make dr_analyze_innermost operate on innermost_loop_behavior

2017-07-03 Thread Richard Sandiford
This means that callers to dr_analyze_innermost don't need a full data_reference and don't need to fill in any fields beforehand. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2017-07-03 Richard Sandiford gcc/ * tree-data-ref.h (dr_analyze_innermost): Rep