Re: Make note_stores take an rtx_insn

2019-09-09 Thread Richard Sandiford
Jeff Law writes: > On 9/9/19 5:33 AM, Richard Sandiford wrote: >> I have a series of patches that (as a side effect) makes all rtl >> passes use the information collected by -fipa-ra. This showed up a >> latent bug in the liveness tracking in regrename.c, which doesn't take >> CALL_INSN_FUNCTION_

Re: Make note_stores take an rtx_insn

2019-09-09 Thread Jeff Law
On 9/9/19 5:33 AM, Richard Sandiford wrote: > I have a series of patches that (as a side effect) makes all rtl > passes use the information collected by -fipa-ra. This showed up a > latent bug in the liveness tracking in regrename.c, which doesn't take > CALL_INSN_FUNCTION_USAGE into account when

Make note_stores take an rtx_insn

2019-09-09 Thread Richard Sandiford
I have a series of patches that (as a side effect) makes all rtl passes use the information collected by -fipa-ra. This showed up a latent bug in the liveness tracking in regrename.c, which doesn't take CALL_INSN_FUNCTION_USAGE into account when processing clobbers. This actually seems to be quit