Re: [19/23] rtlanal: Add some new helper classes

2020-12-14 Thread Jeff Law via Gcc-patches
On 12/14/20 9:37 AM, Richard Sandiford wrote: > Jeff Law writes: >> On 11/13/20 1:20 AM, Richard Sandiford via Gcc-patches wrote: >>> This patch adds some classes for gathering the list of registers >>> and memory that are read and written by an instruction, along >>> with various properties ab

Re: [19/23] rtlanal: Add some new helper classes

2020-12-14 Thread Richard Sandiford via Gcc-patches
Jeff Law writes: > On 11/13/20 1:20 AM, Richard Sandiford via Gcc-patches wrote: >> This patch adds some classes for gathering the list of registers >> and memory that are read and written by an instruction, along >> with various properties about the accesses. In some ways it's >> similar to the

Re: [19/23] rtlanal: Add some new helper classes

2020-12-13 Thread Jeff Law via Gcc-patches
On 11/13/20 1:20 AM, Richard Sandiford via Gcc-patches wrote: > This patch adds some classes for gathering the list of registers > and memory that are read and written by an instruction, along > with various properties about the accesses. In some ways it's > similar to the information that DF c

[19/23] rtlanal: Add some new helper classes

2020-11-13 Thread Richard Sandiford via Gcc-patches
This patch adds some classes for gathering the list of registers and memory that are read and written by an instruction, along with various properties about the accesses. In some ways it's similar to the information that DF collects for registers, but extended to memory. The main reason for using