Re: [6/n] PR85694: Add a vect_get_internal_def helper

2018-06-19 Thread Richard Biener
On Mon, Jun 18, 2018 at 4:58 PM Richard Sandiford wrote: > > This patch adds a helper for pattern code that wants to find an > internal (vectorisable) definition of an SSA name. > > A later patch will make more use of this, and alter the definition. > > Tested on aarch64-linux-gnu and x86_64-linux

[6/n] PR85694: Add a vect_get_internal_def helper

2018-06-18 Thread Richard Sandiford
This patch adds a helper for pattern code that wants to find an internal (vectorisable) definition of an SSA name. A later patch will make more use of this, and alter the definition. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2018-06-18 Richard Sandiford gcc/