Re: [PATCH][vect] PR92429: do not fold when updating epilogue statements

2020-01-13 Thread Richard Biener
On Fri, 10 Jan 2020, Andre Vieira (lists) wrote: > Hi, > > This patch addresses the problem reported in PR92429. When creating an > epilogue for vectorization we have to replace the SSA_NAMEs in the > PATTERN_DEF_SEQs and RELATED_STMTs of the epilogue's loop_vec_infos. When > doing this we were

[PATCH][vect] PR92429: do not fold when updating epilogue statements

2020-01-10 Thread Andre Vieira (lists)
Hi, This patch addresses the problem reported in PR92429. When creating an epilogue for vectorization we have to replace the SSA_NAMEs in the PATTERN_DEF_SEQs and RELATED_STMTs of the epilogue's loop_vec_infos. When doing this we were using simplify_replace_tree which always folds the replac