Re: [PATCH v2] combine: Tweak the condition of last_set invalidation

2021-11-30 Thread Kewen.Lin via Gcc-patches
Hi Segher, Thanks for the review! on 2021/11/30 上午6:28, Segher Boessenkool wrote: > Hi! > > On Fri, Jun 11, 2021 at 09:16:21PM +0800, Kewen.Lin wrote: +/* Should pick up the lowest luid if the references + are in the same block. */ +if (label_tick == rsp

Re: [PATCH v2] combine: Tweak the condition of last_set invalidation

2021-11-29 Thread Segher Boessenkool
Hi! On Fri, Jun 11, 2021 at 09:16:21PM +0800, Kewen.Lin wrote: > >> +/* Should pick up the lowest luid if the references > >> + are in the same block. */ > >> +if (label_tick == rsp->last_set_table_tick > >> +&& rsp->last_set_table_luid > insn_luid) > >> +