On Wed, Feb 16, 2022 at 11:55:23AM +0100, Jakub Jelinek wrote: > On Wed, Feb 16, 2022 at 04:44:58AM -0600, Segher Boessenkool wrote: > > About half of the similar loops in combine.c are still broken this way, > > from a quick sampling :-( > > Looking for just NONDEBUG_INSN_P, I don't see any other than this.
Ah yes, I was confused by !NONDEBUG_INSN. Too many inversions make my head spin (NONDEBUG_INSN really means RTX_INSN && !DEBUG_INSN). So everything looks fine here now. Thanks for double checking! Segher