"H.J. Lu" writes:
> On Thu, Sep 14, 2017 at 4:22 AM, Richard Sandiford
> wrote:
>> This patch adds a vectoriser helper routine to calculate how
>> many copies of a vector statement we need. At present this
>> is always:
>>
>> LOOP_VINFO_VECT_FACTOR (loop_vinfo) / TYPE_VECTOR_SUBPARTS (vectype)
On Thu, Sep 14, 2017 at 4:22 AM, Richard Sandiford
wrote:
> This patch adds a vectoriser helper routine to calculate how
> many copies of a vector statement we need. At present this
> is always:
>
> LOOP_VINFO_VECT_FACTOR (loop_vinfo) / TYPE_VECTOR_SUBPARTS (vectype)
>
> but later patches add o
On Thu, Sep 14, 2017 at 1:22 PM, Richard Sandiford
wrote:
> This patch adds a vectoriser helper routine to calculate how
> many copies of a vector statement we need. At present this
> is always:
>
> LOOP_VINFO_VECT_FACTOR (loop_vinfo) / TYPE_VECTOR_SUBPARTS (vectype)
>
> but later patches add o