Re: Handle more SLP constant and extern definitions for variable VF

2018-01-07 Thread James Greenhalgh
On Mon, Dec 11, 2017 at 11:04:28PM +, Jeff Law wrote: > On 11/09/2017 07:20 AM, Richard Sandiford wrote: > > This patch adds support for vectorising SLP definitions that are > > constant or external (i.e. from outside the loop) when the vectorisation > > factor isn't known at compile time. It

Re: Handle more SLP constant and extern definitions for variable VF

2017-12-11 Thread Jeff Law
On 11/09/2017 07:20 AM, Richard Sandiford wrote: > This patch adds support for vectorising SLP definitions that are > constant or external (i.e. from outside the loop) when the vectorisation > factor isn't known at compile time. It can only handle cases where the > number of SLP statements is a po

Handle more SLP constant and extern definitions for variable VF

2017-11-09 Thread Richard Sandiford
This patch adds support for vectorising SLP definitions that are constant or external (i.e. from outside the loop) when the vectorisation factor isn't known at compile time. It can only handle cases where the number of SLP statements is a power of 2. Tested on aarch64-linux-gnu (with and without