Re: [6/10] Add a vect_element_align_preferred target selector

2017-11-08 Thread Jeff Law
On 11/03/2017 10:20 AM, Richard Sandiford wrote: > This patch adds a target selector for targets whose > preferred_vector_alignment is the alignment of one element. We'll never > peel in that case, and the step of a loop that operates on normal (as > opposed to packed) elements will always divide

[6/10] Add a vect_element_align_preferred target selector

2017-11-03 Thread Richard Sandiford
This patch adds a target selector for targets whose preferred_vector_alignment is the alignment of one element. We'll never peel in that case, and the step of a loop that operates on normal (as opposed to packed) elements will always divide the preferred alignment. 2017-11-03 Richard Sandiford