Re: Handle peeling for alignment with masking

2018-01-07 Thread James Greenhalgh
On Thu, Dec 14, 2017 at 12:12:01AM +, Jeff Law wrote: > On 11/17/2017 08:13 AM, Richard Sandiford wrote: > > This patch adds support for aligning vectors by using a partial > > first iteration. E.g. if the start pointer is 3 elements beyond > > an aligned address, the first iteration will have

Re: Handle peeling for alignment with masking

2017-12-13 Thread Jeff Law
On 11/17/2017 08:13 AM, Richard Sandiford wrote: > This patch adds support for aligning vectors by using a partial > first iteration. E.g. if the start pointer is 3 elements beyond > an aligned address, the first iteration will have a mask in which > the first three elements are false. > > On SVE