Re: [PATCH][vect] Clean up orig_loop_vinfo from vect_analyze_loop

2019-11-01 Thread Richard Sandiford
"Andre Vieira (lists)" writes: > Hi, > > After my patch I believe the only way orig_loop_vinfo is not null when > calling vect_analyze_loop is when it is called for an epilogue and in > that case we no longer use that variable, since > LOOP_VINFO_ORIG_LOOP_INFO is already set for the epilogue's

[PATCH][vect] Clean up orig_loop_vinfo from vect_analyze_loop

2019-10-31 Thread Andre Vieira (lists)
Hi, After my patch I believe the only way orig_loop_vinfo is not null when calling vect_analyze_loop is when it is called for an epilogue and in that case we no longer use that variable, since LOOP_VINFO_ORIG_LOOP_INFO is already set for the epilogue's loop_vec_info. This patch removes that