Re: [20/23] rtlanal: Add simple_regno_set

2021-01-04 Thread Jeff Law via Gcc-patches
On 12/16/20 5:47 PM, Richard Sandiford wrote: > Jeff Law writes: >> On 11/13/20 1:21 AM, Richard Sandiford via Gcc-patches wrote: >>> This patch adds a routine for finding a “simple” SET for a register >>> definition. See the comment in the patch for details. >>> >>> gcc/ >>> * rtl.h (simp

Re: [20/23] rtlanal: Add simple_regno_set

2020-12-16 Thread Richard Sandiford via Gcc-patches
Jeff Law writes: > On 11/13/20 1:21 AM, Richard Sandiford via Gcc-patches wrote: >> This patch adds a routine for finding a “simple” SET for a register >> definition. See the comment in the patch for details. >> >> gcc/ >> * rtl.h (simple_regno_set): Declare. >> * rtlanal.c (simple_regn

Re: [20/23] rtlanal: Add simple_regno_set

2020-11-25 Thread Jeff Law via Gcc-patches
On 11/13/20 1:21 AM, Richard Sandiford via Gcc-patches wrote: > This patch adds a routine for finding a “simple” SET for a register > definition. See the comment in the patch for details. > > gcc/ > * rtl.h (simple_regno_set): Declare. > * rtlanal.c (simple_regno_set): New function.

[20/23] rtlanal: Add simple_regno_set

2020-11-13 Thread Richard Sandiford via Gcc-patches
This patch adds a routine for finding a “simple” SET for a register definition. See the comment in the patch for details. gcc/ * rtl.h (simple_regno_set): Declare. * rtlanal.c (simple_regno_set): New function. --- gcc/rtl.h | 1 + gcc/rtlanal.c | 33 +