Re: [PATCH] SCC-Copy: Add More Debug dumps

2025-03-20 Thread Filip Kastl
On Mon 2025-03-17 15:52:53, Andrew Pinski wrote: > While debugging a failure, I noticed that SCC copy didn't print > out what it was doing, e.g. replacing name1 with name 2. > This adds that dump. That's useful indeed. Thanks for that addition! Filip Kastl

Re: [PATCH] SCC-Copy: Add More Debug dumps

2025-03-18 Thread Richard Biener
On Mon, Mar 17, 2025 at 11:54 PM Andrew Pinski wrote: > > While debugging a failure, I noticed that SCC copy didn't print > out what it was doing, e.g. replacing name1 with name 2. > This adds that dump. > > Bootstrapped and tested on x86_64-linux-gnu. OK. > gcc/ChangeLog: > > * gimple-s

[PATCH] SCC-Copy: Add More Debug dumps

2025-03-17 Thread Andrew Pinski
While debugging a failure, I noticed that SCC copy didn't print out what it was doing, e.g. replacing name1 with name 2. This adds that dump. Bootstrapped and tested on x86_64-linux-gnu. gcc/ChangeLog: * gimple-ssa-sccopy.cc (scc_copy_prop::replace_scc_by_value): Dump what is bei