> I'll try following then. > > 2020-05-07 Jakub Jelinek <ja...@redhat.com> > > PR bootstrap/94961 > PR rtl-optimization/94516 > * rtl.h (remove_reg_equal_equiv_notes): Add a bool argument defaulted > to false. > * rtlanal.c (remove_reg_equal_equiv_notes): Add no_rescan argument. > Call df_notes_rescan if that argument is not true and returning true. > * combine.c (adjust_for_new_dest): Pass true as second argument to > remove_reg_equal_equiv_notes. > * postreload.c (reload_combine_recognize_pattern): Don't call > df_notes_rescan.
OK with me modulo the missing documentation for the new parameter, thanks. -- Eric Botcazou