Re: [PATCH] path relation oracle: Remove SSA's being killed from the equivalence list.

2021-10-29 Thread Richard Biener via Gcc-patches
On Thu, Oct 28, 2021 at 5:25 PM Aldy Hernandez via Gcc-patches wrote: > > Same thing as the relational change. Walk any equivalences that have > been registered on the path, and remove the name being killed. The > only reason we had added the equivalence with itself earlier is so we > wouldn't

[PATCH] path relation oracle: Remove SSA's being killed from the equivalence list.

2021-10-28 Thread Aldy Hernandez via Gcc-patches
Same thing as the relational change. Walk any equivalences that have been registered on the path, and remove the name being killed. The only reason we had added the equivalence with itself earlier is so we wouldn't search any further in the equivalency list. So if we are removing all references