Re: [PATCH 1/2] phiopt: Add some details dump to cselim

2024-09-17 Thread Richard Biener
On Wed, Sep 18, 2024 at 5:08 AM Andrew Pinski wrote: > > While trying to debug PR 116747, I noticed there was no dump > saying what was done. So this adds the debug dump and it helps > debug what is going on in PR 116747 too. > > Bootstrapped and tested on x86_64-linux-gnu. OK > gcc/ChangeLog: >

[PATCH 1/2] phiopt: Add some details dump to cselim

2024-09-17 Thread Andrew Pinski
While trying to debug PR 116747, I noticed there was no dump saying what was done. So this adds the debug dump and it helps debug what is going on in PR 116747 too. Bootstrapped and tested on x86_64-linux-gnu. gcc/ChangeLog: * tree-ssa-phiopt.cc (cond_if_else_store_replacement_1): Add de