Re: [17/23] recog: Add a class for propagating into insns

2020-12-03 Thread Jeff Law via Gcc-patches
On 11/13/20 1:20 AM, Richard Sandiford via Gcc-patches wrote: > This patch adds yet another way of propagating into an instruction and > simplifying the result. (The net effect of the series is to keep the > total number of propagation approaches the same though, since a later > patch removes

[17/23] recog: Add a class for propagating into insns

2020-11-13 Thread Richard Sandiford via Gcc-patches
This patch adds yet another way of propagating into an instruction and simplifying the result. (The net effect of the series is to keep the total number of propagation approaches the same though, since a later patch removes the fwprop.c routines.) One of the drawbacks of the validate_replace_*