Re: [PATCH 23/23] fwprop: Rewrite to use RTL SSA

2020-12-16 Thread Richard Sandiford via Gcc-patches
Jeff Law via Gcc-patches writes: > On 11/13/20 1:24 AM, Richard Sandiford via Gcc-patches wrote: >> This patch rewrites fwprop.c to use the RTL SSA framework. It tries >> as far as possible to mimic the old behaviour, even in caes where >> that doesn't fit naturally with the new framework. I've

Re: [PATCH 23/23] fwprop: Rewrite to use RTL SSA

2020-12-15 Thread Jeff Law via Gcc-patches
On 11/13/20 1:24 AM, Richard Sandiford via Gcc-patches wrote: > This patch rewrites fwprop.c to use the RTL SSA framework. It tries > as far as possible to mimic the old behaviour, even in caes where > that doesn't fit naturally with the new framework. I've added ??? > comments to mark those p

[PATCH 23/23] fwprop: Rewrite to use RTL SSA

2020-11-13 Thread Richard Sandiford via Gcc-patches
This patch rewrites fwprop.c to use the RTL SSA framework. It tries as far as possible to mimic the old behaviour, even in caes where that doesn't fit naturally with the new framework. I've added ??? comments to mark those places, but I think “fixing” them should be done separately to make bisect