Re: [3/9] STMT_VINFO_RELATED_STMT handling in vectorizable_store

2011-04-17 Thread Ira Rosen
gcc-patches-ow...@gcc.gnu.org wrote on 12/04/2011 04:38:54 PM: > vectorizable_store contains the code: > > for (j = 0; j < ncopies; j++) > { > for (i = 0; i < vec_num; i++) >{ > ... > if (j == 0) >STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_stmt; >

[3/9] STMT_VINFO_RELATED_STMT handling in vectorizable_store

2011-04-12 Thread Richard Sandiford
vectorizable_store contains the code: for (j = 0; j < ncopies; j++) { for (i = 0; i < vec_num; i++) { ... if (j == 0) STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_stmt; else STMT_VINFO_RELATED_STMT (prev