Re: [PATCH, vec-tails 06/10] Mark the first vector store generated for a scalar store

2016-06-16 Thread Jeff Law
On 05/19/2016 01:43 PM, Ilya Enkovich wrote: Hi, This patch STMT_VINFO_FIRST_COPY_P field to statement vec info. This is used to find the first vector store generated for a scalar one. For other statements I use original scalar statement to find the first and following vector statement. For

[PATCH, vec-tails 06/10] Mark the first vector store generated for a scalar store

2016-05-19 Thread Ilya Enkovich
Hi, This patch STMT_VINFO_FIRST_COPY_P field to statement vec info. This is used to find the first vector store generated for a scalar one. For other statements I use original scalar statement to find the first and following vector statement. For stores original scalar statement is removed and