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
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-