Re: [1/7] Use innermost_loop_behavior for outer loop vectorisation

2017-07-03 Thread Richard Biener
On Mon, Jul 3, 2017 at 9:28 AM, Richard Sandiford wrote: > This patch replaces the individual stmt_vinfo dr_* fields with > an innermost_loop_behavior, so that the changes in later patches > get picked up automatically. It also adds a helper function for > getting the behavior of a data reference

[1/7] Use innermost_loop_behavior for outer loop vectorisation

2017-07-03 Thread Richard Sandiford
This patch replaces the individual stmt_vinfo dr_* fields with an innermost_loop_behavior, so that the changes in later patches get picked up automatically. It also adds a helper function for getting the behavior of a data reference wrt the vectorised loop. Tested on aarch64-linux-gnu and x86_64-