Re: gOlogy: fix debug binds in auto-inc-dec

2018-11-04 Thread Jeff Law
On 10/21/18 2:07 AM, Alexandre Oliva wrote: > As auto_inc_dec pass combines incs and mems from different insns, it > often causes regs to temporarily hold a value different from the one > it would before the transformation. Debug insns within that range > would therefore end up binding to the wron

gOlogy: fix debug binds in auto-inc-dec

2018-10-21 Thread Alexandre Oliva
As auto_inc_dec pass combines incs and mems from different insns, it often causes regs to temporarily hold a value different from the one it would before the transformation. Debug insns within that range would therefore end up binding to the wrong expression after the transformation. This patch a